#CAB274

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

Shades of Putty #CAB274

Tints of Putty #CAB274

Color information

#CAB274 (or 0xCAB274) is unknown color: approx Putty. HEX triplet: CA, B2 and 74. RGB value is (202,178,116). Sum of RGB (Red+Green+Blue) = 202+178+116=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB274 is #354D8B. Grayscale: #B2B2B2. Windows color (decimal): -3493260 or 7647946. OLE color: 7647946.

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

Color convert

RGB202178116-
CMYK00.120.430.21
HSL43.26º44.79%62.35%-
HSV(B)43.26º42.57%79.22%-
XYZ43.4345.6623.05-
YUV178.1192.95145.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 116 (45.70% from 255) = 23.39%
R=40.73%
G=35.89%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217811600.120.430.2143.2644.7962.35
HexCAB2740C2B152b2d3e
Octal3122621640145325535576
Binary110010101011001011101000110010101110101101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB274; }

 p { color: rgb(202,178,116); }

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

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

 a { background-color: rgb(202,178,116); }

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

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

 span { border-color: rgb(202,178,116); }

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