#CAAB69

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

Shades of Putty #CAAB69

Tints of Putty #CAAB69

Color information

#CAAB69 (or 0xCAAB69) is unknown color: approx Putty. HEX triplet: CA, AB and 69. RGB value is (202,171,105). Sum of RGB (Red+Green+Blue) = 202+171+105=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB69 is #355496. Grayscale: #ADADAD. Windows color (decimal): -3495063 or 6925258. OLE color: 6925258.

HSL color Cylindrical-coordinate representation of color #CAAB69: hue angle of 40.82º 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 #CAAB69 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB202171105-
CMYK00.150.480.21
HSL40.82º47.78%60.2%-
HSV(B)40.82º48.02%79.22%-
XYZ41.4742.719.42-
YUV172.7489.77148.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=42.26%
G=35.77%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217110500.150.480.2140.8247.7860.2
HexCAAB690F301529303c
Octal3122531510176025516074
Binary110010101010101111010010111111000010101101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB69; }

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

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

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

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

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

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

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

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