Html Css Color HEX #CCA277 Cameo

📋 copy color: '#CCA277'

red 204 ◦ green 162 ◦ blue 119

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

Shades of Cameo #CCA277

Tints of Cameo #CCA277

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

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

R = 42.06%
G = 33.4%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA277 (or 0xCCA277) is known color: Cameo. HEX triplet: CC, A2 and 77. RGB value is (204,162,119). Sum of RGB (Red+Green+Blue) = 204+162+119=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA277 is #335D88. Grayscale: #A9A9A9. Windows color (decimal): -3366281 or 7840460. OLE color: 7840460.

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

Color convert

RGB 204 162 119 -
CMYK 0 0.21 0.42 0.2
HSL 30.35º 0.45% 0.63% -
HSV(B) 30.35º 0.42% 0.8% -
XYZ 41.15 40.01 23.01 -
YUV 169.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 204 162 119 0 0.21 0.42 0.2 30.35 0.45 0.63
Hex CC A2 77 0 15 2A 14 1E 2D 3F
Octal 314 242 167 0 25 52 24 36 55 77
Binary 11001100 10100010 1110111 0 10101 101010 10100 11110 101101 111111

Color Harmonies of #CCA277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA277

Black with #CCA277

Text Example


Text Example

White with #CCA277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA277; }

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

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

background-color css

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

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

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

border-color css

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

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

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