#CABC84

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

Shades of Yuma #CABC84

Tints of Yuma #CABC84

Color information

#CABC84 (or 0xCABC84) is unknown color: approx Yuma. HEX triplet: CA, BC and 84. RGB value is (202,188,132). Sum of RGB (Red+Green+Blue) = 202+188+132=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC84 is #35437B. Grayscale: #BABABA. Windows color (decimal): -3490684 or 8699082. OLE color: 8699082.

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

Color convert

RGB202188132-
CMYK00.070.350.21
HSL48º39.77%65.49%-
HSV(B)48º34.65%79.22%-
XYZ46.5150.1929.07-
YUV185.897.64139.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 132 (51.95% from 255) = 25.29%
R=38.70%
G=36.02%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218813200.070.350.214839.7765.49
HexCABC84072315302841
Octal3122742040743256050101
Binary1100101010111100100001000111100011101011100001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC84; }

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

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

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

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

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

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

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

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