#CAB07A

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

Shades of Putty #CAB07A

Tints of Putty #CAB07A

Color information

#CAB07A (or 0xCAB07A) is unknown color: approx Putty. HEX triplet: CA, B0 and 7A. RGB value is (202,176,122). Sum of RGB (Red+Green+Blue) = 202+176+122=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB07A is #354F85. Grayscale: #B1B1B1. Windows color (decimal): -3493766 or 8040650. OLE color: 8040650.

HSL color Cylindrical-coordinate representation of color #CAB07A: hue angle of 40.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAB07A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202176122-
CMYK00.130.400.21
HSL40.5º43.01%63.53%-
HSV(B)40.5º39.6%79.22%-
XYZ43.445.0124.81-
YUV177.6296.61145.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=40.4%
G=35.2%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217612200.130.400.2140.543.0163.53
HexCAB07A0D2815292b40
Octal31226017201550255153100
Binary1100101010110000111101001101101000101011010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB07A; }

 p { color: rgb(202,176,122); }

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

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

 a { background-color: rgb(202,176,122); }

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

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

 span { border-color: rgb(202,176,122); }

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