#CCB16B

Color #CCB16B Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CCB16B

Tints of Putty #CCB16B

Color information

#CCB16B (or 0xCCB16B) is unknown color: approx Putty. HEX triplet: CC, B1 and 6B. RGB value is (204,177,107). Sum of RGB (Red+Green+Blue) = 204+177+107=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB16B is #334E94. Grayscale: #B1B1B1. Windows color (decimal): -3362453 or 7057868. OLE color: 7057868.

HSL color Cylindrical-coordinate representation of color #CCB16B: hue angle of 43.3º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCB16B is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204177107-
CMYK00.130.480.2
HSL43.3º48.74%60.98%-
HSV(B)43.3º47.55%80%-
XYZ43.2845.3420.38-
YUV177.0988.45147.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=41.80%
G=36.27%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417710700.130.480.243.348.7460.98
HexCCB16B0D30142b313d
Octal3142611530156024536175
Binary110011001011000111010110110111000010100101011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB16B; }

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

 H1.HeaderClassName
 {
   color: #CCB16B;
 }
 .AnyTagClassName
 {
   color: #CCB16B;
 }
</style>
background-color css

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

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

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

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

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

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