Html Css Color HEX #CEA276 Cameo

📋 copy color: '#CEA276'

red 206 ◦ green 162 ◦ blue 118

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

Shades of Cameo #CEA276

Tints of Cameo #CEA276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 42.39%
G = 33.33%
B = 24.28%

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

#CEA276 (or 0xCEA276) is known color: Cameo. HEX triplet: CE, A2 and 76. RGB value is (206,162,118). Sum of RGB (Red+Green+Blue) = 206+162+118=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA276 is #315D89. Grayscale: #AAAAAA. Windows color (decimal): -3235210 or 7774926. OLE color: 7774926.

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

Color convert

RGB 206 162 118 -
CMYK 0 0.21 0.43 0.19
HSL 30º 0.47% 0.64% -
HSV(B) 30º 0.43% 0.81% -
XYZ 41.64 40.27 22.72 -
YUV 170.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 206 162 118 0 0.21 0.43 0.19 30 0.47 0.64
Hex CE A2 76 0 15 2B 13 1E 2F 40
Octal 316 242 166 0 25 53 23 36 57 100
Binary 11001110 10100010 1110110 0 10101 101011 10011 11110 101111 1000000

Color Harmonies of #CEA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA276

Black with #CEA276

Text Example


Text Example

White with #CEA276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA276; }

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

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

background-color css

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

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

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

border-color css

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

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

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