#CABD83

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

Shades of Yuma #CABD83

Tints of Yuma #CABD83

Color information

#CABD83 (or 0xCABD83) is unknown color: approx Yuma. HEX triplet: CA, BD and 83. RGB value is (202,189,131). Sum of RGB (Red+Green+Blue) = 202+189+131=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD83 is #35427C. Grayscale: #BABABA. Windows color (decimal): -3490429 or 8633802. OLE color: 8633802.

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

Color convert

RGB202189131-
CMYK00.060.350.21
HSL49.01º40.11%65.29%-
HSV(B)49.01º35.15%79.22%-
XYZ46.6550.5928.78-
YUV186.2896.81139.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 131 (51.56% from 255) = 25.10%
R=38.70%
G=36.21%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218913100.060.350.2149.0140.1165.29
HexCABD83062315312841
Octal3122752030643256150101
Binary1100101010111101100000110110100011101011100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD83; }

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

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

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

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

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

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

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

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