Html Css Color HEX #CEA475 Cameo

📋 copy color: '#CEA475'

red 206 ◦ green 164 ◦ blue 117

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

Shades of Cameo #CEA475

Tints of Cameo #CEA475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.68%

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 42.3%
G = 33.68%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEA475 (or 0xCEA475) is known color: Cameo. HEX triplet: CE, A4 and 75. RGB value is (206,164,117). Sum of RGB (Red+Green+Blue) = 206+164+117=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA475 is #315B8A. Grayscale: #ABABAB. Windows color (decimal): -3234699 or 7709902. OLE color: 7709902.

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

Color convert

RGB 206 164 117 -
CMYK 0 0.20 0.43 0.19
HSL 31.69º 0.48% 0.63% -
HSV(B) 31.69º 0.43% 0.81% -
XYZ 41.94 40.96 22.52 -
YUV 171.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 206 164 117 0 0.20 0.43 0.19 31.69 0.48 0.63
Hex CE A4 75 0 14 2B 13 20 30 3F
Octal 316 244 165 0 24 53 23 40 60 77
Binary 11001110 10100100 1110101 0 10100 101011 10011 100000 110000 111111

Color Harmonies of #CEA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA475

Black with #CEA475

Text Example


Text Example

White with #CEA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA475; }

 p { color: rgb(206,164,117); }

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

background-color css

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

 a { background-color: rgb(206,164,117); }

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

border-color css

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

 span { border-color: rgb(206,164,117); }

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