Html Css Color HEX #CE7866 Japonica

📋 copy color: '#CE7866'

red 206 ◦ green 120 ◦ blue 102

#CE7866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CE7866

Tints of Japonica #CE7866

RGB

 RED value IS 206 (80.86% from 255) = 48.13%

 GREEN value IS 120 (47.27% from 255) = 28.04%

 BLUE value IS 102 (40.23% from 255) = 23.83%

R = 48.13%
G = 28.04%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE7866 (or 0xCE7866) is known color: Japonica. HEX triplet: CE, 78 and 66. RGB value is (206,120,102). Sum of RGB (Red+Green+Blue) = 206+120+102=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7866 is #318799. Grayscale: #8F8F8F. Windows color (decimal): -3245978 or 6715598. OLE color: 6715598.

HSL color Cylindrical-coordinate representation of color #CE7866: hue angle of 10.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7866 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 102 -
CMYK 0 0.42 0.50 0.19
HSL 10.38º 0.51% 0.6% -
HSV(B) 10.38º 0.5% 0.81% -
XYZ 34.57 27.51 16.06 -
YUV 143.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 206 120 102 0 0.42 0.50 0.19 10.38 0.51 0.6
Hex CE 78 66 0 2A 32 13 A 33 3C
Octal 316 170 146 0 52 62 23 12 63 74
Binary 11001110 1111000 1100110 0 101010 110010 10011 1010 110011 111100

Color Harmonies of #CE7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7866

Black with #CE7866

Text Example


Text Example

White with #CE7866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7866; }

 p { color: rgb(206,120,102); }

 H1.HeaderClassName
 {
   color: #CE7866;
 }
 .AnyTagClassName
 {
   color: #CE7866;
 }
</style>

background-color css

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

 a { background-color: rgb(206,120,102); }

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

border-color css

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

 span { border-color: rgb(206,120,102); }

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