Html Css Color HEX #CEA074 Cameo

📋 copy color: '#CEA074'

red 206 ◦ green 160 ◦ blue 116

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

Shades of Cameo #CEA074

Tints of Cameo #CEA074

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.2%

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 42.74%
G = 33.2%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEA074 (or 0xCEA074) is known color: Cameo. HEX triplet: CE, A0 and 74. RGB value is (206,160,116). Sum of RGB (Red+Green+Blue) = 206+160+116=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA074 is #315F8B. Grayscale: #A8A8A8. Windows color (decimal): -3235724 or 7643342. OLE color: 7643342.

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

Color convert

RGB 206 160 116 -
CMYK 0 0.22 0.44 0.19
HSL 29.33º 0.48% 0.63% -
HSV(B) 29.33º 0.44% 0.81% -
XYZ 41.18 39.52 21.98 -
YUV 168.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 206 160 116 0 0.22 0.44 0.19 29.33 0.48 0.63
Hex CE A0 74 0 16 2C 13 1D 30 3F
Octal 316 240 164 0 26 54 23 35 60 77
Binary 11001110 10100000 1110100 0 10110 101100 10011 11101 110000 111111

Color Harmonies of #CEA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA074

Black with #CEA074

Text Example


Text Example

White with #CEA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA074; }

 p { color: rgb(206,160,116); }

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

background-color css

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

 a { background-color: rgb(206,160,116); }

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

border-color css

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

 span { border-color: rgb(206,160,116); }

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