#CCB469

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

Shades of Putty #CCB469

Tints of Putty #CCB469

Color information

#CCB469 (or 0xCCB469) is unknown color: approx Putty. HEX triplet: CC, B4 and 69. RGB value is (204,180,105). Sum of RGB (Red+Green+Blue) = 204+180+105=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB469 is #334B96. Grayscale: #B2B2B2. Windows color (decimal): -3361687 or 6927564. OLE color: 6927564.

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

Color convert

RGB204180105-
CMYK00.120.490.2
HSL45.45º49.25%60.59%-
HSV(B)45.45º48.53%80%-
XYZ43.7746.520.03-
YUV178.6386.45146.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=41.72%
G=36.81%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418010500.120.490.245.4549.2560.59
HexCCB4690C31142d313d
Octal3142641510146124556175
Binary110011001011010011010010110011000110100101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB469; }

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

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

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

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

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

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

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

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