Html Css Color HEX #CCB177 Putty

📋 copy color: '#CCB177'

red 204 ◦ green 177 ◦ blue 119

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

Shades of Putty #CCB177

Tints of Putty #CCB177

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 40.8%
G = 35.4%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCB177 (or 0xCCB177) is known color: Putty. HEX triplet: CC, B1 and 77. RGB value is (204,177,119). Sum of RGB (Red+Green+Blue) = 204+177+119=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB177 is #334E88. Grayscale: #B2B2B2. Windows color (decimal): -3362441 or 7844300. OLE color: 7844300.

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

Color convert

RGB 204 177 119 -
CMYK 0 0.13 0.42 0.2
HSL 40.94º 0.45% 0.63% -
HSV(B) 40.94º 0.42% 0.8% -
XYZ 43.95 45.61 23.94 -
YUV 178.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 204 177 119 0 0.13 0.42 0.2 40.94 0.45 0.63
Hex CC B1 77 0 D 2A 14 29 2D 3F
Octal 314 261 167 0 15 52 24 51 55 77
Binary 11001100 10110001 1110111 0 1101 101010 10100 101001 101101 111111

Color Harmonies of #CCB177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB177

Black with #CCB177

Text Example


Text Example

White with #CCB177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB177; }

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

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

background-color css

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

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

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

border-color css

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

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

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