#CAB355

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

Shades of Sundance #CAB355

Tints of Sundance #CAB355

Color information

#CAB355 (or 0xCAB355) is unknown color: approx Sundance. HEX triplet: CA, B3 and 55. RGB value is (202,179,85). Sum of RGB (Red+Green+Blue) = 202+179+85=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB355 is #354CAA. Grayscale: #AFAFAF. Windows color (decimal): -3493035 or 5616586. OLE color: 5616586.

HSL color Cylindrical-coordinate representation of color #CAB355: hue angle of 48.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAB355 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB20217985-
CMYK00.110.580.21
HSL48.21º52.47%56.27%-
HSV(B)48.21º57.92%79.22%-
XYZ42.1245.4515.15-
YUV175.1677.12147.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 85 (33.59% from 255) = 18.24%
R=43.35%
G=38.41%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021798500.110.580.2148.2152.4756.27
HexCAB3550B3A15303438
Octal3122631250137225606470
Binary110010101011001110101010101111101010101110000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB355; }

 p { color: rgb(202,179,85); }

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

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

 a { background-color: rgb(202,179,85); }

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

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

 span { border-color: rgb(202,179,85); }

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