Html Css Color HEX #CCA884 Cameo

📋 copy color: '#CCA884'

red 204 ◦ green 168 ◦ blue 132

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

Shades of Cameo #CCA884

Tints of Cameo #CCA884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.19%

R = 40.48%
G = 33.33%
B = 26.19%

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

#CCA884 (or 0xCCA884) is known color: Cameo. HEX triplet: CC, A8 and 84. RGB value is (204,168,132). Sum of RGB (Red+Green+Blue) = 204+168+132=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA884 is #33577B. Grayscale: #AEAEAE. Windows color (decimal): -3364732 or 8693964. OLE color: 8693964.

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

Color convert

RGB 204 168 132 -
CMYK 0 0.18 0.35 0.2
HSL 30º 0.41% 0.66% -
HSV(B) 30º 0.35% 0.8% -
XYZ 43.07 42.51 27.76 -
YUV 174.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 204 168 132 0 0.18 0.35 0.2 30 0.41 0.66
Hex CC A8 84 0 12 23 14 1E 29 42
Octal 314 250 204 0 22 43 24 36 51 102
Binary 11001100 10101000 10000100 0 10010 100011 10100 11110 101001 1000010

Color Harmonies of #CCA884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA884

Black with #CCA884

Text Example


Text Example

White with #CCA884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA884; }

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

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

background-color css

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

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

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

border-color css

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

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

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