Html Css Color HEX #CEA175 Cameo

📋 copy color: '#CEA175'

red 206 ◦ green 161 ◦ blue 117

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

Shades of Cameo #CEA175

Tints of Cameo #CEA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

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

R = 42.56%
G = 33.26%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEA175 (or 0xCEA175) is known color: Cameo. HEX triplet: CE, A1 and 75. RGB value is (206,161,117). Sum of RGB (Red+Green+Blue) = 206+161+117=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA175 is #315E8A. Grayscale: #A9A9A9. Windows color (decimal): -3235467 or 7709134. OLE color: 7709134.

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

Color convert

RGB 206 161 117 -
CMYK 0 0.22 0.43 0.19
HSL 29.66º 0.48% 0.63% -
HSV(B) 29.66º 0.43% 0.81% -
XYZ 41.41 39.9 22.35 -
YUV 169.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 206 161 117 0 0.22 0.43 0.19 29.66 0.48 0.63
Hex CE A1 75 0 16 2B 13 1E 30 3F
Octal 316 241 165 0 26 53 23 36 60 77
Binary 11001110 10100001 1110101 0 10110 101011 10011 11110 110000 111111

Color Harmonies of #CEA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA175

Black with #CEA175

Text Example


Text Example

White with #CEA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA175; }

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

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

background-color css

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

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

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

border-color css

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

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

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