Html Css Color HEX #CEA275 Cameo

📋 copy color: '#CEA275'

red 206 ◦ green 162 ◦ blue 117

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

Shades of Cameo #CEA275

Tints of Cameo #CEA275

RGB

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

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

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

R = 42.47%
G = 33.4%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEA275 (or 0xCEA275) is known color: Cameo. HEX triplet: CE, A2 and 75. RGB value is (206,162,117). Sum of RGB (Red+Green+Blue) = 206+162+117=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA275 is #315D8A. Grayscale: #AAAAAA. Windows color (decimal): -3235211 or 7709390. OLE color: 7709390.

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

Color convert

RGB 206 162 117 -
CMYK 0 0.21 0.43 0.19
HSL 30.34º 0.48% 0.63% -
HSV(B) 30.34º 0.43% 0.81% -
XYZ 41.58 40.25 22.41 -
YUV 170.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 206 162 117 0 0.21 0.43 0.19 30.34 0.48 0.63
Hex CE A2 75 0 15 2B 13 1E 30 3F
Octal 316 242 165 0 25 53 23 36 60 77
Binary 11001110 10100010 1110101 0 10101 101011 10011 11110 110000 111111

Color Harmonies of #CEA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA275

Black with #CEA275

Text Example


Text Example

White with #CEA275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA275; }

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

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

background-color css

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

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

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

border-color css

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

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

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