Html Css Color HEX #CCB571 Putty

📋 copy color: '#CCB571'

red 204 ◦ green 181 ◦ blue 113

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

Shades of Putty #CCB571

Tints of Putty #CCB571

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.35%

 BLUE value IS 113 (44.53% from 255) = 22.69%

R = 40.96%
G = 36.35%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCB571 (or 0xCCB571) is known color: Putty. HEX triplet: CC, B5 and 71. RGB value is (204,181,113). Sum of RGB (Red+Green+Blue) = 204+181+113=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB571 is #334A8E. Grayscale: #B4B4B4. Windows color (decimal): -3361423 or 7452108. OLE color: 7452108.

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

Color convert

RGB 204 181 113 -
CMYK 0 0.11 0.45 0.2
HSL 44.84º 0.47% 0.62% -
HSV(B) 44.84º 0.45% 0.8% -
XYZ 44.41 47.08 22.37 -
YUV 180.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 204 181 113 0 0.11 0.45 0.2 44.84 0.47 0.62
Hex CC B5 71 0 B 2D 14 2D 2F 3E
Octal 314 265 161 0 13 55 24 55 57 76
Binary 11001100 10110101 1110001 0 1011 101101 10100 101101 101111 111110

Color Harmonies of #CCB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB571

Black with #CCB571

Text Example


Text Example

White with #CCB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB571; }

 p { color: rgb(204,181,113); }

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

background-color css

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

 a { background-color: rgb(204,181,113); }

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

border-color css

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

 span { border-color: rgb(204,181,113); }

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