#CAB268

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

Shades of Putty #CAB268

Tints of Putty #CAB268

Color information

#CAB268 (or 0xCAB268) is unknown color: approx Putty. HEX triplet: CA, B2 and 68. RGB value is (202,178,104). Sum of RGB (Red+Green+Blue) = 202+178+104=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB268 is #354D97. Grayscale: #B1B1B1. Windows color (decimal): -3493272 or 6861514. OLE color: 6861514.

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

Color convert

RGB202178104-
CMYK00.120.490.21
HSL45.31º48.04%60%-
HSV(B)45.31º48.51%79.22%-
XYZ42.7845.419.6-
YUV176.7486.95146.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 178 (69.92% from 255) = 36.78%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=41.74%
G=36.78%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217810400.120.490.2145.3148.0460
HexCAB2680C31152d303c
Octal3122621500146125556074
Binary110010101011001011010000110011000110101101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB268; }

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

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

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

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

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

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

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

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