Html Css Color HEX #CEA489 Cameo

📋 copy color: '#CEA489'

red 206 ◦ green 164 ◦ blue 137

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

Shades of Cameo #CEA489

Tints of Cameo #CEA489

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.35%

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

R = 40.63%
G = 32.35%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CEA489 (or 0xCEA489) is known color: Cameo. HEX triplet: CE, A4 and 89. RGB value is (206,164,137). Sum of RGB (Red+Green+Blue) = 206+164+137=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA489 is #315B76. Grayscale: #ADADAD. Windows color (decimal): -3234679 or 9020622. OLE color: 9020622.

HSL color Cylindrical-coordinate representation of color #CEA489: hue angle of 23.48º 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 #CEA489 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 137 -
CMYK 0 0.20 0.33 0.19
HSL 23.48º 0.41% 0.67% -
HSV(B) 23.48º 0.33% 0.81% -
XYZ 43.24 41.48 29.39 -
YUV 173.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 206 164 137 0 0.20 0.33 0.19 23.48 0.41 0.67
Hex CE A4 89 0 14 21 13 17 29 43
Octal 316 244 211 0 24 41 23 27 51 103
Binary 11001110 10100100 10001001 0 10100 100001 10011 10111 101001 1000011

Color Harmonies of #CEA489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA489

Black with #CEA489

Text Example


Text Example

White with #CEA489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA489; }

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

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

background-color css

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

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

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

border-color css

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

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

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