Html Css Color HEX #CEA176 Cameo

📋 copy color: '#CEA176'

red 206 ◦ green 161 ◦ blue 118

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

Shades of Cameo #CEA176

Tints of Cameo #CEA176

RGB

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

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

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

R = 42.47%
G = 33.2%
B = 24.33%

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

#CEA176 (or 0xCEA176) is known color: Cameo. HEX triplet: CE, A1 and 76. RGB value is (206,161,118). Sum of RGB (Red+Green+Blue) = 206+161+118=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA176 is #315E89. Grayscale: #A9A9A9. Windows color (decimal): -3235466 or 7774670. OLE color: 7774670.

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

Color convert

RGB 206 161 118 -
CMYK 0 0.22 0.43 0.19
HSL 29.32º 0.47% 0.64% -
HSV(B) 29.32º 0.43% 0.81% -
XYZ 41.47 39.92 22.66 -
YUV 169.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 206 161 118 0 0.22 0.43 0.19 29.32 0.47 0.64
Hex CE A1 76 0 16 2B 13 1D 2F 40
Octal 316 241 166 0 26 53 23 35 57 100
Binary 11001110 10100001 1110110 0 10110 101011 10011 11101 101111 1000000

Color Harmonies of #CEA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA176

Black with #CEA176

Text Example


Text Example

White with #CEA176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA176; }

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

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

background-color css

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

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

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

border-color css

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

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

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