#CABD89

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

Shades of Yuma #CABD89

Tints of Yuma #CABD89

Color information

#CABD89 (or 0xCABD89) is unknown color: approx Yuma. HEX triplet: CA, BD and 89. RGB value is (202,189,137). Sum of RGB (Red+Green+Blue) = 202+189+137=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD89 is #354276. Grayscale: #BBBBBB. Windows color (decimal): -3490423 or 9027018. OLE color: 9027018.

HSL color Cylindrical-coordinate representation of color #CABD89: hue angle of 48º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CABD89 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202189137-
CMYK00.060.320.21
HSL48º38.01%66.47%-
HSV(B)48º32.18%79.22%-
XYZ47.0750.7630.98-
YUV186.9699.81138.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 137 (53.91% from 255) = 25.95%
R=38.26%
G=35.80%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218913700.060.320.214838.0166.47
HexCABD89062015302642
Octal3122752110640256046102
Binary1100101010111101100010010110100000101011100001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD89; }

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

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

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

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

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

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

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

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