Html Css Color HEX #CCB477 Putty

📋 copy color: '#CCB477'

red 204 ◦ green 180 ◦ blue 119

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

Shades of Putty #CCB477

Tints of Putty #CCB477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.79%

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

R = 40.56%
G = 35.79%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCB477 (or 0xCCB477) is known color: Putty. HEX triplet: CC, B4 and 77. RGB value is (204,180,119). Sum of RGB (Red+Green+Blue) = 204+180+119=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB477 is #334B88. Grayscale: #B4B4B4. Windows color (decimal): -3361673 or 7845068. OLE color: 7845068.

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

Color convert

RGB 204 180 119 -
CMYK 0 0.12 0.42 0.2
HSL 43.06º 0.45% 0.63% -
HSV(B) 43.06º 0.42% 0.8% -
XYZ 44.55 46.81 24.14 -
YUV 180.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 204 180 119 0 0.12 0.42 0.2 43.06 0.45 0.63
Hex CC B4 77 0 C 2A 14 2B 2D 3F
Octal 314 264 167 0 14 52 24 53 55 77
Binary 11001100 10110100 1110111 0 1100 101010 10100 101011 101101 111111

Color Harmonies of #CCB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB477

Black with #CCB477

Text Example


Text Example

White with #CCB477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB477; }

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

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

background-color css

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

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

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

border-color css

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

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

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