#CAB583

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

Shades of Yuma #CAB583

Tints of Yuma #CAB583

Color information

#CAB583 (or 0xCAB583) is unknown color: approx Yuma. HEX triplet: CA, B5 and 83. RGB value is (202,181,131). Sum of RGB (Red+Green+Blue) = 202+181+131=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB583 is #354A7C. Grayscale: #B5B5B5. Windows color (decimal): -3492477 or 8631754. OLE color: 8631754.

HSL color Cylindrical-coordinate representation of color #CAB583: hue angle of 42.25º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAB583 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202181131-
CMYK00.100.350.21
HSL42.25º40.11%65.29%-
HSV(B)42.25º35.15%79.22%-
XYZ44.9847.2428.22-
YUV181.5899.46142.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=39.30%
G=35.21%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218113100.100.350.2142.2540.1165.29
HexCAB5830A23152a2841
Octal31226520301243255250101
Binary11001010101101011000001101010100011101011010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB583; }

 p { color: rgb(202,181,131); }

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

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

 a { background-color: rgb(202,181,131); }

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

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

 span { border-color: rgb(202,181,131); }

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