#C0BA96

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

Shades of Coriander #C0BA96

Tints of Coriander #C0BA96

Color information

#C0BA96 (or 0xC0BA96) is unknown color: approx Coriander. HEX triplet: C0, BA and 96. RGB value is (192,186,150). Sum of RGB (Red+Green+Blue) = 192+186+150=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA96 is #3F4569. Grayscale: #B7B7B7. Windows color (decimal): -4146538 or 9878208. OLE color: 9878208.

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

Color convert

RGB192186150-
CMYK00.030.220.25
HSL51.43º25%67.06%-
HSV(B)51.43º21.88%75.29%-
XYZ44.848.5335.86-
YUV183.69108.99133.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=36.36%
G=35.23%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218615000.030.220.2551.432567.06
HexC0BA96031619331943
Octal3002722260326316331103
Binary1100000010111010100101100111011011001110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA96; }

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

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

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

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

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

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

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

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