Html Css Color HEX #CEA577 Cameo

📋 copy color: '#CEA577'

red 206 ◦ green 165 ◦ blue 119

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

Shades of Cameo #CEA577

Tints of Cameo #CEA577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.29%

R = 42.04%
G = 33.67%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEA577 (or 0xCEA577) is known color: Cameo. HEX triplet: CE, A5 and 77. RGB value is (206,165,119). Sum of RGB (Red+Green+Blue) = 206+165+119=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA577 is #315A88. Grayscale: #ACACAC. Windows color (decimal): -3234441 or 7841230. OLE color: 7841230.

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

Color convert

RGB 206 165 119 -
CMYK 0 0.20 0.42 0.19
HSL 31.72º 0.47% 0.64% -
HSV(B) 31.72º 0.42% 0.81% -
XYZ 42.24 41.36 23.21 -
YUV 172.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 206 165 119 0 0.20 0.42 0.19 31.72 0.47 0.64
Hex CE A5 77 0 14 2A 13 20 2F 40
Octal 316 245 167 0 24 52 23 40 57 100
Binary 11001110 10100101 1110111 0 10100 101010 10011 100000 101111 1000000

Color Harmonies of #CEA577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA577

Black with #CEA577

Text Example


Text Example

White with #CEA577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA577; }

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

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

background-color css

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

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

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

border-color css

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

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

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