#CABD85

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

Shades of Yuma #CABD85

Tints of Yuma #CABD85

Color information

#CABD85 (or 0xCABD85) is unknown color: approx Yuma. HEX triplet: CA, BD and 85. RGB value is (202,189,133). Sum of RGB (Red+Green+Blue) = 202+189+133=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD85 is #35427A. Grayscale: #BABABA. Windows color (decimal): -3490427 or 8764874. OLE color: 8764874.

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

Color convert

RGB202189133-
CMYK00.060.340.21
HSL48.7º39.43%65.69%-
HSV(B)48.7º34.16%79.22%-
XYZ46.7950.6529.5-
YUV186.597.81139.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=38.55%
G=36.07%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218913300.060.340.2148.739.4365.69
HexCABD85062215312742
Octal3122752050642256147102
Binary1100101010111101100001010110100010101011100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD85; }

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

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

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

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

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

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

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

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