#CBA475

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

Shades of Putty #CBA475

Tints of Putty #CBA475

Color information

#CBA475 (or 0xCBA475) is unknown color: approx Putty. HEX triplet: CB, A4 and 75. RGB value is (203,164,117). Sum of RGB (Red+Green+Blue) = 203+164+117=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA475 is #345B8A. Grayscale: #AAAAAA. Windows color (decimal): -3431307 or 7709899. OLE color: 7709899.

HSL color Cylindrical-coordinate representation of color #CBA475: hue angle of 32.79º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBA475 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203164117-
CMYK00.190.420.20
HSL32.79º45.26%62.75%-
HSV(B)32.79º42.36%79.61%-
XYZ41.1140.5322.49-
YUV170.397.92151.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=41.94%
G=33.88%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316411700.190.420.2032.7945.2662.75
HexCBA4750132A14212d3f
Octal3132441650235224415577
Binary1100101110100100111010101001110101010100100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA475; }

 p { color: rgb(203,164,117); }

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

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

 a { background-color: rgb(203,164,117); }

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

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

 span { border-color: rgb(203,164,117); }

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