#CCB26E

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

Shades of Putty #CCB26E

Tints of Putty #CCB26E

Color information

#CCB26E (or 0xCCB26E) is unknown color: approx Putty. HEX triplet: CC, B2 and 6E. RGB value is (204,178,110). Sum of RGB (Red+Green+Blue) = 204+178+110=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB26E is #334D91. Grayscale: #B2B2B2. Windows color (decimal): -3362194 or 7254732. OLE color: 7254732.

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

Color convert

RGB204178110-
CMYK00.130.460.2
HSL43.4º47.96%61.57%-
HSV(B)43.4º46.08%80%-
XYZ43.6445.821.29-
YUV178.0289.61146.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 110 (43.36% from 255) = 22.36%
R=41.46%
G=36.18%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417811000.130.460.243.447.9661.57
HexCCB26E0D2E142b303e
Octal3142621560155624536076
Binary110011001011001011011100110110111010100101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB26E; }

 p { color: rgb(204,178,110); }

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

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

 a { background-color: rgb(204,178,110); }

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

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

 span { border-color: rgb(204,178,110); }

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