Html Css Color HEX #CCAB86 Cameo

📋 copy color: '#CCAB86'

red 204 ◦ green 171 ◦ blue 134

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

Shades of Cameo #CCAB86

Tints of Cameo #CCAB86

RGB

 RED value IS 204 (80.08% from 255) = 40.08%

 GREEN value IS 171 (67.19% from 255) = 33.6%

 BLUE value IS 134 (52.73% from 255) = 26.33%

R = 40.08%
G = 33.6%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCAB86 (or 0xCCAB86) is known color: Cameo. HEX triplet: CC, AB and 86. RGB value is (204,171,134). Sum of RGB (Red+Green+Blue) = 204+171+134=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB86 is #335479. Grayscale: #B0B0B0. Windows color (decimal): -3363962 or 8825804. OLE color: 8825804.

HSL color Cylindrical-coordinate representation of color #CCAB86: hue angle of 31.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCAB86 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 171 134 -
CMYK 0 0.16 0.34 0.2
HSL 31.71º 0.41% 0.66% -
HSV(B) 31.71º 0.34% 0.8% -
XYZ 43.77 43.68 28.68 -
YUV 176.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 204 171 134 0 0.16 0.34 0.2 31.71 0.41 0.66
Hex CC AB 86 0 10 22 14 20 29 42
Octal 314 253 206 0 20 42 24 40 51 102
Binary 11001100 10101011 10000110 0 10000 100010 10100 100000 101001 1000010

Color Harmonies of #CCAB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB86

Black with #CCAB86

Text Example


Text Example

White with #CCAB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB86; }

 p { color: rgb(204,171,134); }

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

background-color css

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

 a { background-color: rgb(204,171,134); }

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

border-color css

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

 span { border-color: rgb(204,171,134); }

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