Html Css Color HEX #CCA584 Cameo

📋 copy color: '#CCA584'

red 204 ◦ green 165 ◦ blue 132

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

Shades of Cameo #CCA584

Tints of Cameo #CCA584

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

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

R = 40.72%
G = 32.93%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCA584 (or 0xCCA584) is known color: Cameo. HEX triplet: CC, A5 and 84. RGB value is (204,165,132). Sum of RGB (Red+Green+Blue) = 204+165+132=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA584 is #335A7B. Grayscale: #ADADAD. Windows color (decimal): -3365500 or 8693196. OLE color: 8693196.

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

Color convert

RGB 204 165 132 -
CMYK 0 0.19 0.35 0.2
HSL 27.5º 0.41% 0.66% -
HSV(B) 27.5º 0.35% 0.8% -
XYZ 42.52 41.41 27.58 -
YUV 172.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 204 165 132 0 0.19 0.35 0.2 27.5 0.41 0.66
Hex CC A5 84 0 13 23 14 1C 29 42
Octal 314 245 204 0 23 43 24 34 51 102
Binary 11001100 10100101 10000100 0 10011 100011 10100 11100 101001 1000010

Color Harmonies of #CCA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA584

Black with #CCA584

Text Example


Text Example

White with #CCA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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