Html Css Color HEX #CCA885 Cameo

📋 copy color: '#CCA885'

red 204 ◦ green 168 ◦ blue 133

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

Shades of Cameo #CCA885

Tints of Cameo #CCA885

RGB

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

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

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

R = 40.4%
G = 33.27%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCA885 (or 0xCCA885) is known color: Cameo. HEX triplet: CC, A8 and 85. RGB value is (204,168,133). Sum of RGB (Red+Green+Blue) = 204+168+133=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA885 is #33577A. Grayscale: #AEAEAE. Windows color (decimal): -3364731 or 8759500. OLE color: 8759500.

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

Color convert

RGB 204 168 133 -
CMYK 0 0.18 0.35 0.2
HSL 29.58º 0.41% 0.66% -
HSV(B) 29.58º 0.35% 0.8% -
XYZ 43.14 42.54 28.13 -
YUV 174.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 204 168 133 0 0.18 0.35 0.2 29.58 0.41 0.66
Hex CC A8 85 0 12 23 14 1E 29 42
Octal 314 250 205 0 22 43 24 36 51 102
Binary 11001100 10101000 10000101 0 10010 100011 10100 11110 101001 1000010

Color Harmonies of #CCA885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA885

Black with #CCA885

Text Example


Text Example

White with #CCA885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA885; }

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

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

background-color css

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

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

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

border-color css

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

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

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