Html Css Color HEX #CEA185 Cameo

📋 copy color: '#CEA185'

red 206 ◦ green 161 ◦ blue 133

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

Shades of Cameo #CEA185

Tints of Cameo #CEA185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.6%

R = 41.2%
G = 32.2%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CEA185 (or 0xCEA185) is known color: Cameo. HEX triplet: CE, A1 and 85. RGB value is (206,161,133). Sum of RGB (Red+Green+Blue) = 206+161+133=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA185 is #315E7A. Grayscale: #ABABAB. Windows color (decimal): -3235451 or 8757710. OLE color: 8757710.

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

Color convert

RGB 206 161 133 -
CMYK 0 0.22 0.35 0.19
HSL 23.01º 0.43% 0.66% -
HSV(B) 23.01º 0.35% 0.81% -
XYZ 42.43 40.31 27.73 -
YUV 171.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 206 161 133 0 0.22 0.35 0.19 23.01 0.43 0.66
Hex CE A1 85 0 16 23 13 17 2B 42
Octal 316 241 205 0 26 43 23 27 53 102
Binary 11001110 10100001 10000101 0 10110 100011 10011 10111 101011 1000010

Color Harmonies of #CEA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA185

Black with #CEA185

Text Example


Text Example

White with #CEA185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA185; }

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

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

background-color css

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

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

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

border-color css

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

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

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