Html Css Color HEX #CEA882 Cameo

📋 copy color: '#CEA882'

red 206 ◦ green 168 ◦ blue 130

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

Shades of Cameo #CEA882

Tints of Cameo #CEA882

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

 BLUE value IS 130 (51.17% from 255) = 25.79%

R = 40.87%
G = 33.33%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CEA882 (or 0xCEA882) is known color: Cameo. HEX triplet: CE, A8 and 82. RGB value is (206,168,130). Sum of RGB (Red+Green+Blue) = 206+168+130=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA882 is #31577D. Grayscale: #AFAFAF. Windows color (decimal): -3233662 or 8562894. OLE color: 8562894.

HSL color Cylindrical-coordinate representation of color #CEA882: hue angle of 30º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEA882 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 130 -
CMYK 0 0.18 0.37 0.19
HSL 30º 0.44% 0.66% -
HSV(B) 30º 0.37% 0.81% -
XYZ 43.49 42.74 27.08 -
YUV 175.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 206 168 130 0 0.18 0.37 0.19 30 0.44 0.66
Hex CE A8 82 0 12 25 13 1E 2C 42
Octal 316 250 202 0 22 45 23 36 54 102
Binary 11001110 10101000 10000010 0 10010 100101 10011 11110 101100 1000010

Color Harmonies of #CEA882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA882

Black with #CEA882

Text Example


Text Example

White with #CEA882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA882; }

 p { color: rgb(206,168,130); }

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

background-color css

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

 a { background-color: rgb(206,168,130); }

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

border-color css

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

 span { border-color: rgb(206,168,130); }

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