#CABD84

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

Shades of Yuma #CABD84

Tints of Yuma #CABD84

Color information

#CABD84 (or 0xCABD84) is unknown color: approx Yuma. HEX triplet: CA, BD and 84. RGB value is (202,189,132). Sum of RGB (Red+Green+Blue) = 202+189+132=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD84 is #35427B. Grayscale: #BABABA. Windows color (decimal): -3490428 or 8699338. OLE color: 8699338.

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

Color convert

RGB202189132-
CMYK00.060.350.21
HSL48.86º39.77%65.49%-
HSV(B)48.86º34.65%79.22%-
XYZ46.7250.6229.14-
YUV186.3997.31139.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 132 (51.95% from 255) = 25.24%
R=38.62%
G=36.14%
B=25.24%

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
Decimal20218913200.060.350.2148.8639.7765.49
HexCABD84062315312841
Octal3122752040643256150101
Binary1100101010111101100001000110100011101011100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD84; }

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

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

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

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

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

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

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

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