#CABC80

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

Shades of Yuma #CABC80

Tints of Yuma #CABC80

Color information

#CABC80 (or 0xCABC80) is unknown color: approx Yuma. HEX triplet: CA, BC and 80. RGB value is (202,188,128). Sum of RGB (Red+Green+Blue) = 202+188+128=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABC80 is #35437F. Grayscale: #B9B9B9. Windows color (decimal): -3490688 or 8436938. OLE color: 8436938.

HSL color Cylindrical-coordinate representation of color #CABC80: hue angle of 48.65º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CABC80 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202188128-
CMYK00.070.370.21
HSL48.65º41.11%64.71%-
HSV(B)48.65º36.63%79.22%-
XYZ46.2450.0827.65-
YUV185.3595.64139.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=39.00%
G=36.29%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218812800.070.370.2148.6541.1164.71
HexCABC80072515312941
Octal3122742000745256151101
Binary1100101010111100100000000111100101101011100011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC80; }

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

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

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

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

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

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

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

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