#CAB470

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

Shades of Putty #CAB470

Tints of Putty #CAB470

Color information

#CAB470 (or 0xCAB470) is unknown color: approx Putty. HEX triplet: CA, B4 and 70. RGB value is (202,180,112). Sum of RGB (Red+Green+Blue) = 202+180+112=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB470 is #354B8F. Grayscale: #B3B3B3. Windows color (decimal): -3492752 or 7386314. OLE color: 7386314.

HSL color Cylindrical-coordinate representation of color #CAB470: hue angle of 45.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAB470 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202180112-
CMYK00.110.450.21
HSL45.33º45.92%61.57%-
HSV(B)45.33º44.55%79.22%-
XYZ43.646.3721.98-
YUV178.8390.29144.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=40.89%
G=36.44%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218011200.110.450.2145.3345.9261.57
HexCAB4700B2D152d2e3e
Octal3122641600135525555676
Binary110010101011010011100000101110110110101101101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB470; }

 p { color: rgb(202,180,112); }

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

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

 a { background-color: rgb(202,180,112); }

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

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

 span { border-color: rgb(202,180,112); }

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