#C1BE8E

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

Shades of Coriander #C1BE8E

Tints of Coriander #C1BE8E

Color information

#C1BE8E (or 0xC1BE8E) is unknown color: approx Coriander. HEX triplet: C1, BE and 8E. RGB value is (193,190,142). Sum of RGB (Red+Green+Blue) = 193+190+142=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE8E is #3E4171. Grayscale: #B9B9B9. Windows color (decimal): -4079986 or 9354945. OLE color: 9354945.

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

Color convert

RGB193190142-
CMYK00.020.260.24
HSL56.47º29.14%65.69%-
HSV(B)56.47º26.42%75.69%-
XYZ45.2950.1232.88-
YUV185.42103.49133.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=36.76%
G=36.19%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319014200.020.260.2456.4729.1465.69
HexC1BE8E021A18381d42
Octal3012762160232307035102
Binary1100000110111110100011100101101011000111000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE8E; }

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

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

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

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

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

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

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

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