#C0BD8F

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

Shades of Coriander #C0BD8F

Tints of Coriander #C0BD8F

Color information

#C0BD8F (or 0xC0BD8F) is unknown color: approx Coriander. HEX triplet: C0, BD and 8F. RGB value is (192,189,143). Sum of RGB (Red+Green+Blue) = 192+189+143=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD8F is #3F4270. Grayscale: #B8B8B8. Windows color (decimal): -4145777 or 9420224. OLE color: 9420224.

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

Color convert

RGB192189143-
CMYK00.020.260.25
HSL56.33º28%65.69%-
HSV(B)56.33º25.52%75.29%-
XYZ44.8949.5833.19-
YUV184.65104.49133.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=36.64%
G=36.07%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218914300.020.260.2556.332865.69
HexC0BD8F021A19381c42
Octal3002752170232317034102
Binary1100000010111101100011110101101011001111000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD8F; }

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

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

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

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

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

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

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

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