#C0BA92

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

Shades of Coriander #C0BA92

Tints of Coriander #C0BA92

Color information

#C0BA92 (or 0xC0BA92) is unknown color: approx Coriander. HEX triplet: C0, BA and 92. RGB value is (192,186,146). Sum of RGB (Red+Green+Blue) = 192+186+146=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA92 is #3F456D. Grayscale: #B7B7B7. Windows color (decimal): -4146542 or 9616064. OLE color: 9616064.

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

Color convert

RGB192186146-
CMYK00.030.240.25
HSL52.17º26.74%66.27%-
HSV(B)52.17º23.96%75.29%-
XYZ44.4948.434.19-
YUV183.23106.99134.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=36.64%
G=35.50%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218614600.030.240.2552.1726.7466.27
HexC0BA92031819341b42
Octal3002722220330316433102
Binary1100000010111010100100100111100011001110100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA92; }

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

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

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

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

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

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

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

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