#CCB46C

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

Shades of Putty #CCB46C

Tints of Putty #CCB46C

Color information

#CCB46C (or 0xCCB46C) is unknown color: approx Putty. HEX triplet: CC, B4 and 6C. RGB value is (204,180,108). Sum of RGB (Red+Green+Blue) = 204+180+108=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB46C is #334B93. Grayscale: #B3B3B3. Windows color (decimal): -3361684 or 7124172. OLE color: 7124172.

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

Color convert

RGB204180108-
CMYK00.120.470.2
HSL45º48.48%61.18%-
HSV(B)45º47.06%80%-
XYZ43.9346.5620.86-
YUV178.9787.95145.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=41.46%
G=36.59%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418010800.120.470.24548.4861.18
HexCCB46C0C2F142d303d
Octal3142641540145724556075
Binary110011001011010011011000110010111110100101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB46C; }

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

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

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

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

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

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

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

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