#CABA83

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

Shades of Yuma #CABA83

Tints of Yuma #CABA83

Color information

#CABA83 (or 0xCABA83) is unknown color: approx Yuma. HEX triplet: CA, BA and 83. RGB value is (202,186,131). Sum of RGB (Red+Green+Blue) = 202+186+131=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA83 is #35457C. Grayscale: #B8B8B8. Windows color (decimal): -3491197 or 8633034. OLE color: 8633034.

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

Color convert

RGB202186131-
CMYK00.080.350.21
HSL46.48º40.11%65.29%-
HSV(B)46.48º35.15%79.22%-
XYZ46.0149.3128.57-
YUV184.5197.8140.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 131 (51.56% from 255) = 25.24%
R=38.92%
G=35.84%
B=25.24%

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
Decimal20218613100.080.350.2146.4840.1165.29
HexCABA830823152e2841
Octal31227220301043255650101
Binary11001010101110101000001101000100011101011011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA83; }

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

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

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

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

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

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

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

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