#CCB46A

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

Shades of Putty #CCB46A

Tints of Putty #CCB46A

Color information

#CCB46A (or 0xCCB46A) is unknown color: approx Putty. HEX triplet: CC, B4 and 6A. RGB value is (204,180,106). Sum of RGB (Red+Green+Blue) = 204+180+106=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB46A is #334B95. Grayscale: #B3B3B3. Windows color (decimal): -3361686 or 6993100. OLE color: 6993100.

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

Color convert

RGB204180106-
CMYK00.120.480.2
HSL45.31º49%60.78%-
HSV(B)45.31º48.04%80%-
XYZ43.8246.5220.31-
YUV178.7486.95146.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 106 (41.80% from 255) = 21.63%
R=41.63%
G=36.73%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418010600.120.480.245.314960.78
HexCCB46A0C30142d313d
Octal3142641520146024556175
Binary110011001011010011010100110011000010100101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB46A; }

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

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

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

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

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

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

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

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