Html Css Color HEX #CEA387 Cameo

📋 copy color: '#CEA387'

red 206 ◦ green 163 ◦ blue 135

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

Shades of Cameo #CEA387

Tints of Cameo #CEA387

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.34%

 BLUE value IS 135 (53.13% from 255) = 26.79%

R = 40.87%
G = 32.34%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CEA387 (or 0xCEA387) is known color: Cameo. HEX triplet: CE, A3 and 87. RGB value is (206,163,135). Sum of RGB (Red+Green+Blue) = 206+163+135=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA387 is #315C78. Grayscale: #ACACAC. Windows color (decimal): -3234937 or 8889294. OLE color: 8889294.

HSL color Cylindrical-coordinate representation of color #CEA387: hue angle of 23.66º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEA387 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 135 -
CMYK 0 0.21 0.34 0.19
HSL 23.66º 0.42% 0.67% -
HSV(B) 23.66º 0.34% 0.81% -
XYZ 42.92 41.07 28.59 -
YUV 172.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 206 163 135 0 0.21 0.34 0.19 23.66 0.42 0.67
Hex CE A3 87 0 15 22 13 18 2A 43
Octal 316 243 207 0 25 42 23 30 52 103
Binary 11001110 10100011 10000111 0 10101 100010 10011 11000 101010 1000011

Color Harmonies of #CEA387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA387

Black with #CEA387

Text Example


Text Example

White with #CEA387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA387; }

 p { color: rgb(206,163,135); }

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

background-color css

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

 a { background-color: rgb(206,163,135); }

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

border-color css

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

 span { border-color: rgb(206,163,135); }

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