Html Css Color HEX #CEA289 Cameo

📋 copy color: '#CEA289'

red 206 ◦ green 162 ◦ blue 137

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

Shades of Cameo #CEA289

Tints of Cameo #CEA289

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.08%

 BLUE value IS 137 (53.91% from 255) = 27.13%

R = 40.79%
G = 32.08%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CEA289 (or 0xCEA289) is known color: Cameo. HEX triplet: CE, A2 and 89. RGB value is (206,162,137). Sum of RGB (Red+Green+Blue) = 206+162+137=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA289 is #315D76. Grayscale: #ACACAC. Windows color (decimal): -3235191 or 9020110. OLE color: 9020110.

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

Color convert

RGB 206 162 137 -
CMYK 0 0.21 0.33 0.19
HSL 21.74º 0.41% 0.67% -
HSV(B) 21.74º 0.33% 0.81% -
XYZ 42.89 40.77 29.28 -
YUV 172.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 206 162 137 0 0.21 0.33 0.19 21.74 0.41 0.67
Hex CE A2 89 0 15 21 13 16 29 43
Octal 316 242 211 0 25 41 23 26 51 103
Binary 11001110 10100010 10001001 0 10101 100001 10011 10110 101001 1000011

Color Harmonies of #CEA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA289

Black with #CEA289

Text Example


Text Example

White with #CEA289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA289; }

 p { color: rgb(206,162,137); }

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

background-color css

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

 a { background-color: rgb(206,162,137); }

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

border-color css

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

 span { border-color: rgb(206,162,137); }

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