Html Css Color HEX #CEA079 Cameo

📋 copy color: '#CEA079'

red 206 ◦ green 160 ◦ blue 121

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

Shades of Cameo #CEA079

Tints of Cameo #CEA079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 42.3%
G = 32.85%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEA079 (or 0xCEA079) is known color: Cameo. HEX triplet: CE, A0 and 79. RGB value is (206,160,121). Sum of RGB (Red+Green+Blue) = 206+160+121=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA079 is #315F86. Grayscale: #A9A9A9. Windows color (decimal): -3235719 or 7971022. OLE color: 7971022.

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

Color convert

RGB 206 160 121 -
CMYK 0 0.22 0.41 0.19
HSL 27.53º 0.46% 0.64% -
HSV(B) 27.53º 0.41% 0.81% -
XYZ 41.48 39.64 23.56 -
YUV 169.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 206 160 121 0 0.22 0.41 0.19 27.53 0.46 0.64
Hex CE A0 79 0 16 29 13 1C 2E 40
Octal 316 240 171 0 26 51 23 34 56 100
Binary 11001110 10100000 1111001 0 10110 101001 10011 11100 101110 1000000

Color Harmonies of #CEA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA079

Black with #CEA079

Text Example


Text Example

White with #CEA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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