#CAB57D

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

Shades of Yuma #CAB57D

Tints of Yuma #CAB57D

Color information

#CAB57D (or 0xCAB57D) is unknown color: approx Yuma. HEX triplet: CA, B5 and 7D. RGB value is (202,181,125). Sum of RGB (Red+Green+Blue) = 202+181+125=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB57D is #354A82. Grayscale: #B5B5B5. Windows color (decimal): -3492483 or 8238538. OLE color: 8238538.

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

Color convert

RGB202181125-
CMYK00.100.380.21
HSL43.64º42.08%64.12%-
HSV(B)43.64º38.12%79.22%-
XYZ44.5847.0826.14-
YUV180.996.46143.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=39.76%
G=35.63%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218112500.100.380.2143.6442.0864.12
HexCAB57D0A26152c2a40
Octal31226517501246255452100
Binary1100101010110101111110101010100110101011011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB57D; }

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

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

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

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

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

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

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

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