#CABA84

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

Shades of Yuma #CABA84

Tints of Yuma #CABA84

Color information

#CABA84 (or 0xCABA84) is unknown color: approx Yuma. HEX triplet: CA, BA and 84. RGB value is (202,186,132). Sum of RGB (Red+Green+Blue) = 202+186+132=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA84 is #35457B. Grayscale: #B8B8B8. Windows color (decimal): -3491196 or 8698570. OLE color: 8698570.

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

Color convert

RGB202186132-
CMYK00.080.350.21
HSL46.29º39.77%65.49%-
HSV(B)46.29º34.65%79.22%-
XYZ46.0849.3428.92-
YUV184.6398.3140.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=38.85%
G=35.77%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218613200.080.350.2146.2939.7765.49
HexCABA840823152e2841
Octal31227220401043255650101
Binary11001010101110101000010001000100011101011011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA84; }

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

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

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

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

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

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

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

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