#ce7161

Color #CE7161 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #CE7161

Tints of Japonica #CE7161

Color information

#CE7161 (or 0xCE7161) is unknown color: approx Japonica. HEX triplet: CE, 71 and 61. RGB value is (206,113,97). Sum of RGB (Red+Green+Blue) = 206+113+97=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7161 is #318E9E. Grayscale: #8B8B8B. Windows color (decimal): -3247775 or 6386126. OLE color: 6386126.

HSL color Cylindrical-coordinate representation of color #CE7161: hue angle of 8.81º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE7161 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB20611397-
CMYK00.450.530.19
HSL8.81º52.66%59.41%-
HSV(B)8.81º52.91%80.78%-
XYZ33.5225.814.52-
YUV138.98104.31175.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 49.52%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=49.52%
G=27.16%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061139700.450.530.198.8152.6659.41
HexCE716102D35139353b
Octal3161611410556523116573
Binary11001110111000111000010101101110101100111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7161; }

 p { color: rgb(206,113,97); }

 H1.HeaderClassName
 {
   color: #ce7161;
 }
 .AnyTagClassName
 {
   color: #ce7161;
 }
</style>
background-color css

<style>
 a { background-color: #ce7161; }

 a { background-color: rgb(206,113,97); }

 div.DivClassName
 {
   background-color: #ce7161;
 }
 .BgClassName
 {
   background-color: #ce7161;
 }
</style>
border-color css

<style>
 span { border-color: #ce7161; }

 span { border-color: rgb(206,113,97); }

 td.TdClassName
 {
   border-color: #ce7161;
 }
 .TagClassName
 {
   border-color: #ce7161;
 }
</style>