#C1BE8D

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

Shades of Coriander #C1BE8D

Tints of Coriander #C1BE8D

Color information

#C1BE8D (or 0xC1BE8D) is unknown color: approx Coriander. HEX triplet: C1, BE and 8D. RGB value is (193,190,141). Sum of RGB (Red+Green+Blue) = 193+190+141=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE8D is #3E4172. Grayscale: #B9B9B9. Windows color (decimal): -4079987 or 9289409. OLE color: 9289409.

HSL color Cylindrical-coordinate representation of color #C1BE8D: hue angle of 56.54º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1BE8D is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193190141-
CMYK00.020.270.24
HSL56.54º29.55%65.49%-
HSV(B)56.54º26.94%75.69%-
XYZ45.2150.0932.48-
YUV185.31102.99133.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=36.83%
G=36.26%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319014100.020.270.2456.5429.5565.49
HexC1BE8D021B18391e41
Octal3012762150233307136101
Binary1100000110111110100011010101101111000111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE8D; }

 p { color: rgb(193,190,141); }

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

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

 a { background-color: rgb(193,190,141); }

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

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

 span { border-color: rgb(193,190,141); }

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