Html Css Color HEX #CCA877 Putty

📋 copy color: '#CCA877'

red 204 ◦ green 168 ◦ blue 119

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

Shades of Putty #CCA877

Tints of Putty #CCA877

RGB

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

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

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

R = 41.55%
G = 34.22%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA877 (or 0xCCA877) is known color: Putty. HEX triplet: CC, A8 and 77. RGB value is (204,168,119). Sum of RGB (Red+Green+Blue) = 204+168+119=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA877 is #335788. Grayscale: #ADADAD. Windows color (decimal): -3364745 or 7841996. OLE color: 7841996.

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

Color convert

RGB 204 168 119 -
CMYK 0 0.18 0.42 0.2
HSL 34.59º 0.45% 0.63% -
HSV(B) 34.59º 0.42% 0.8% -
XYZ 42.23 42.17 23.37 -
YUV 173.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 204 168 119 0 0.18 0.42 0.2 34.59 0.45 0.63
Hex CC A8 77 0 12 2A 14 23 2D 3F
Octal 314 250 167 0 22 52 24 43 55 77
Binary 11001100 10101000 1110111 0 10010 101010 10100 100011 101101 111111

Color Harmonies of #CCA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA877

Black with #CCA877

Text Example


Text Example

White with #CCA877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA877; }

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

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

background-color css

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

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

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

border-color css

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

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

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