#CAB97D

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

Shades of Yuma #CAB97D

Tints of Yuma #CAB97D

Color information

#CAB97D (or 0xCAB97D) is unknown color: approx Yuma. HEX triplet: CA, B9 and 7D. RGB value is (202,185,125). Sum of RGB (Red+Green+Blue) = 202+185+125=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB97D is #354682. Grayscale: #B7B7B7. Windows color (decimal): -3491459 or 8239562. OLE color: 8239562.

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

Color convert

RGB202185125-
CMYK00.080.380.21
HSL46.75º42.08%64.12%-
HSV(B)46.75º38.12%79.22%-
XYZ45.4148.7426.42-
YUV183.2495.13141.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 185 (72.66% from 255) = 36.13%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=39.45%
G=36.13%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218512500.080.380.2146.7542.0864.12
HexCAB97D0826152f2a40
Octal31227117501046255752100
Binary1100101010111001111110101000100110101011011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB97D; }

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

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

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

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

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

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

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

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