#CAB069

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

Shades of Putty #CAB069

Tints of Putty #CAB069

Color information

#CAB069 (or 0xCAB069) is unknown color: approx Putty. HEX triplet: CA, B0 and 69. RGB value is (202,176,105). Sum of RGB (Red+Green+Blue) = 202+176+105=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB069 is #354F96. Grayscale: #AFAFAF. Windows color (decimal): -3493783 or 6926538. OLE color: 6926538.

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

Color convert

RGB202176105-
CMYK00.130.480.21
HSL43.92º47.78%60.2%-
HSV(B)43.92º48.02%79.22%-
XYZ42.4344.6319.74-
YUV175.6888.11146.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=41.82%
G=36.44%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217610500.130.480.2143.9247.7860.2
HexCAB0690D30152c303c
Octal3122601510156025546074
Binary110010101011000011010010110111000010101101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB069; }

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

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

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

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

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

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

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

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