Html Css Color HEX #CEA579 Cameo

📋 copy color: '#CEA579'

red 206 ◦ green 165 ◦ blue 121

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

Shades of Cameo #CEA579

Tints of Cameo #CEA579

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.54%

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

R = 41.87%
G = 33.54%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEA579 (or 0xCEA579) is known color: Cameo. HEX triplet: CE, A5 and 79. RGB value is (206,165,121). Sum of RGB (Red+Green+Blue) = 206+165+121=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA579 is #315A86. Grayscale: #ACACAC. Windows color (decimal): -3234439 or 7972302. OLE color: 7972302.

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

Color convert

RGB 206 165 121 -
CMYK 0 0.20 0.41 0.19
HSL 31.06º 0.46% 0.64% -
HSV(B) 31.06º 0.41% 0.81% -
XYZ 42.36 41.41 23.85 -
YUV 172.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 206 165 121 0 0.20 0.41 0.19 31.06 0.46 0.64
Hex CE A5 79 0 14 29 13 1F 2E 40
Octal 316 245 171 0 24 51 23 37 56 100
Binary 11001110 10100101 1111001 0 10100 101001 10011 11111 101110 1000000

Color Harmonies of #CEA579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA579

Black with #CEA579

Text Example


Text Example

White with #CEA579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA579; }

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

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

background-color css

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

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

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

border-color css

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

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

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