#C0BD92

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

Shades of Coriander #C0BD92

Tints of Coriander #C0BD92

Color information

#C0BD92 (or 0xC0BD92) is unknown color: approx Coriander. HEX triplet: C0, BD and 92. RGB value is (192,189,146). Sum of RGB (Red+Green+Blue) = 192+189+146=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD92 is #3F426D. Grayscale: #B9B9B9. Windows color (decimal): -4145774 or 9616832. OLE color: 9616832.

HSL color Cylindrical-coordinate representation of color #C0BD92: hue angle of 56.09º 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 #C0BD92 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192189146-
CMYK00.020.240.25
HSL56.09º26.74%66.27%-
HSV(B)56.09º23.96%75.29%-
XYZ45.1249.6834.4-
YUV185105.99133-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=36.43%
G=35.86%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218914600.020.240.2556.0926.7466.27
HexC0BD92021819381b42
Octal3002752220230317033102
Binary1100000010111101100100100101100011001111000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD92; }

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

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

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

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

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

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

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

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