Html Css Color HEX #CCA477 Cameo

📋 copy color: '#CCA477'

red 204 ◦ green 164 ◦ blue 119

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

Shades of Cameo #CCA477

Tints of Cameo #CCA477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.68%

 BLUE value IS 119 (46.88% from 255) = 24.44%

R = 41.89%
G = 33.68%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA477 (or 0xCCA477) is known color: Cameo. HEX triplet: CC, A4 and 77. RGB value is (204,164,119). Sum of RGB (Red+Green+Blue) = 204+164+119=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA477 is #335B88. Grayscale: #ABABAB. Windows color (decimal): -3365769 or 7840972. OLE color: 7840972.

HSL color Cylindrical-coordinate representation of color #CCA477: hue angle of 31.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCA477 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 119 -
CMYK 0 0.20 0.42 0.2
HSL 31.76º 0.45% 0.63% -
HSV(B) 31.76º 0.42% 0.8% -
XYZ 41.51 40.72 23.12 -
YUV 170.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 204 164 119 0 0.20 0.42 0.2 31.76 0.45 0.63
Hex CC A4 77 0 14 2A 14 20 2D 3F
Octal 314 244 167 0 24 52 24 40 55 77
Binary 11001100 10100100 1110111 0 10100 101010 10100 100000 101101 111111

Color Harmonies of #CCA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA477

Black with #CCA477

Text Example


Text Example

White with #CCA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA477; }

 p { color: rgb(204,164,119); }

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

background-color css

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

 a { background-color: rgb(204,164,119); }

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

border-color css

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

 span { border-color: rgb(204,164,119); }

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