#C0BD8E

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

Shades of Coriander #C0BD8E

Tints of Coriander #C0BD8E

Color information

#C0BD8E (or 0xC0BD8E) is unknown color: approx Coriander. HEX triplet: C0, BD and 8E. RGB value is (192,189,142). Sum of RGB (Red+Green+Blue) = 192+189+142=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD8E is #3F4271. Grayscale: #B8B8B8. Windows color (decimal): -4145778 or 9354688. OLE color: 9354688.

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

Color convert

RGB192189142-
CMYK00.020.260.25
HSL56.4º28.41%65.49%-
HSV(B)56.4º26.04%75.29%-
XYZ44.8249.5532.79-
YUV184.54103.99133.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=36.71%
G=36.14%
B=27.15%

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
Decimal19218914200.020.260.2556.428.4165.49
HexC0BD8E021A19381c41
Octal3002752160232317034101
Binary1100000010111101100011100101101011001111000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD8E; }

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

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

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

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

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

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

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

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