#C0BA84

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

Shades of Coriander #C0BA84

Tints of Coriander #C0BA84

Color information

#C0BA84 (or 0xC0BA84) is unknown color: approx Coriander. HEX triplet: C0, BA and 84. RGB value is (192,186,132). Sum of RGB (Red+Green+Blue) = 192+186+132=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA84 is #3F457B. Grayscale: #B5B5B5. Windows color (decimal): -4146556 or 8698560. OLE color: 8698560.

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

Color convert

RGB192186132-
CMYK00.030.310.25
HSL54º32.26%63.53%-
HSV(B)54º31.25%75.29%-
XYZ43.4647.9928.8-
YUV181.6499.99135.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 132 (51.95% from 255) = 25.88%
R=37.65%
G=36.47%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218613200.030.310.255432.2663.53
HexC0BA84031F19362040
Octal3002722040337316640100
Binary11000000101110101000010001111111110011101101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA84; }

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

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

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

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

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

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

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

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