#C0BA81

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

Shades of Yuma #C0BA81

Tints of Yuma #C0BA81

Color information

#C0BA81 (or 0xC0BA81) is unknown color: approx Yuma. HEX triplet: C0, BA and 81. RGB value is (192,186,129). Sum of RGB (Red+Green+Blue) = 192+186+129=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA81 is #3F457E. Grayscale: #B5B5B5. Windows color (decimal): -4146559 or 8501952. OLE color: 8501952.

HSL color Cylindrical-coordinate representation of color #C0BA81: hue angle of 54.29º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0BA81 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192186129-
CMYK00.030.330.25
HSL54.29º33.33%62.94%-
HSV(B)54.29º32.81%75.29%-
XYZ43.2647.9127.74-
YUV181.398.49135.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=37.87%
G=36.69%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218612900.030.330.2554.2933.3362.94
HexC0BA8103211936213f
Octal300272201034131664177
Binary11000000101110101000000101110000111001110110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA81; }

 p { color: rgb(192,186,129); }

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

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

 a { background-color: rgb(192,186,129); }

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

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

 span { border-color: rgb(192,186,129); }

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