#CABB80

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

Shades of Yuma #CABB80

Tints of Yuma #CABB80

Color information

#CABB80 (or 0xCABB80) is unknown color: approx Yuma. HEX triplet: CA, BB and 80. RGB value is (202,187,128). Sum of RGB (Red+Green+Blue) = 202+187+128=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB80 is #35447F. Grayscale: #B9B9B9. Windows color (decimal): -3490944 or 8436682. OLE color: 8436682.

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

Color convert

RGB202187128-
CMYK00.070.370.21
HSL47.84º41.11%64.71%-
HSV(B)47.84º36.63%79.22%-
XYZ46.0249.6627.58-
YUV184.7695.97140.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=39.07%
G=36.17%
B=24.76%

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
Decimal20218712800.070.370.2147.8441.1164.71
HexCABB80072515302941
Octal3122732000745256051101
Binary1100101010111011100000000111100101101011100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB80; }

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

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

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

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

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

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

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

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