Html Css Color HEX #CCA887 Cameo

📋 copy color: '#CCA887'

red 204 ◦ green 168 ◦ blue 135

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

Shades of Cameo #CCA887

Tints of Cameo #CCA887

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.14%

 BLUE value IS 135 (53.13% from 255) = 26.63%

R = 40.24%
G = 33.14%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCA887 (or 0xCCA887) is known color: Cameo. HEX triplet: CC, A8 and 87. RGB value is (204,168,135). Sum of RGB (Red+Green+Blue) = 204+168+135=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA887 is #335778. Grayscale: #AFAFAF. Windows color (decimal): -3364729 or 8890572. OLE color: 8890572.

HSL color Cylindrical-coordinate representation of color #CCA887: hue angle of 28.7º degrees, saturation: 0.4, 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 #CCA887 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 135 -
CMYK 0 0.18 0.34 0.2
HSL 28.7º 0.4% 0.66% -
HSV(B) 28.7º 0.34% 0.8% -
XYZ 43.28 42.59 28.86 -
YUV 175 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 204 168 135 0 0.18 0.34 0.2 28.7 0.4 0.66
Hex CC A8 87 0 12 22 14 1D 28 42
Octal 314 250 207 0 22 42 24 35 50 102
Binary 11001100 10101000 10000111 0 10010 100010 10100 11101 101000 1000010

Color Harmonies of #CCA887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA887

Black with #CCA887

Text Example


Text Example

White with #CCA887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA887; }

 p { color: rgb(204,168,135); }

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

background-color css

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

 a { background-color: rgb(204,168,135); }

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

border-color css

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

 span { border-color: rgb(204,168,135); }

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