Html Css Color HEX #CEA279 Cameo

📋 copy color: '#CEA279'

red 206 ◦ green 162 ◦ blue 121

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

Shades of Cameo #CEA279

Tints of Cameo #CEA279

RGB

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

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

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

R = 42.13%
G = 33.13%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEA279 (or 0xCEA279) is known color: Cameo. HEX triplet: CE, A2 and 79. RGB value is (206,162,121). Sum of RGB (Red+Green+Blue) = 206+162+121=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA279 is #315D86. Grayscale: #AAAAAA. Windows color (decimal): -3235207 or 7971534. OLE color: 7971534.

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

Color convert

RGB 206 162 121 -
CMYK 0 0.21 0.41 0.19
HSL 28.94º 0.46% 0.64% -
HSV(B) 28.94º 0.41% 0.81% -
XYZ 41.83 40.34 23.67 -
YUV 170.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 206 162 121 0 0.21 0.41 0.19 28.94 0.46 0.64
Hex CE A2 79 0 15 29 13 1D 2E 40
Octal 316 242 171 0 25 51 23 35 56 100
Binary 11001110 10100010 1111001 0 10101 101001 10011 11101 101110 1000000

Color Harmonies of #CEA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA279

Black with #CEA279

Text Example


Text Example

White with #CEA279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA279; }

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

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

background-color css

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

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

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

border-color css

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

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

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