#CABA78

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

Shades of Yuma #CABA78

Tints of Yuma #CABA78

Color information

#CABA78 (or 0xCABA78) is unknown color: approx Yuma. HEX triplet: CA, BA and 78. RGB value is (202,186,120). Sum of RGB (Red+Green+Blue) = 202+186+120=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA78 is #354587. Grayscale: #B7B7B7. Windows color (decimal): -3491208 or 7912138. OLE color: 7912138.

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

Color convert

RGB202186120-
CMYK00.080.410.21
HSL48.29º43.62%63.14%-
HSV(B)48.29º40.59%79.22%-
XYZ45.3149.0324.85-
YUV183.2692.3141.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=39.76%
G=36.61%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218612000.080.410.2148.2943.6263.14
HexCABA78082915302c3f
Octal3122721700105125605477
Binary110010101011101011110000100010100110101110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA78; }

 p { color: rgb(202,186,120); }

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

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

 a { background-color: rgb(202,186,120); }

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

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

 span { border-color: rgb(202,186,120); }

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