#CABD87

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

Shades of Yuma #CABD87

Tints of Yuma #CABD87

Color information

#CABD87 (or 0xCABD87) is unknown color: approx Yuma. HEX triplet: CA, BD and 87. RGB value is (202,189,135). Sum of RGB (Red+Green+Blue) = 202+189+135=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD87 is #354278. Grayscale: #BABABA. Windows color (decimal): -3490425 or 8895946. OLE color: 8895946.

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

Color convert

RGB202189135-
CMYK00.060.330.21
HSL48.36º38.73%66.08%-
HSV(B)48.36º33.17%79.22%-
XYZ46.9350.730.23-
YUV186.7398.81138.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 135 (53.12% from 255) = 25.67%
R=38.40%
G=35.93%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218913500.060.330.2148.3638.7366.08
HexCABD87062115302742
Octal3122752070641256047102
Binary1100101010111101100001110110100001101011100001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD87; }

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

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

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

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

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

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

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

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