#CABA81

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

Shades of Yuma #CABA81

Tints of Yuma #CABA81

Color information

#CABA81 (or 0xCABA81) is unknown color: approx Yuma. HEX triplet: CA, BA and 81. RGB value is (202,186,129). Sum of RGB (Red+Green+Blue) = 202+186+129=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA81 is #35457E. Grayscale: #B8B8B8. Windows color (decimal): -3491199 or 8501962. OLE color: 8501962.

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

Color convert

RGB202186129-
CMYK00.080.360.21
HSL46.85º40.78%64.9%-
HSV(B)46.85º36.14%79.22%-
XYZ45.8849.2627.86-
YUV184.2996.8140.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=39.07%
G=35.98%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218612900.080.360.2146.8540.7864.9
HexCABA810824152f2941
Octal31227220101044255751101
Binary11001010101110101000000101000100100101011011111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA81; }

 p { color: rgb(202,186,129); }

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

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

 a { background-color: rgb(202,186,129); }

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

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

 span { border-color: rgb(202,186,129); }

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