#C1BD8C

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

Shades of Coriander #C1BD8C

Tints of Coriander #C1BD8C

Color information

#C1BD8C (or 0xC1BD8C) is unknown color: approx Coriander. HEX triplet: C1, BD and 8C. RGB value is (193,189,140). Sum of RGB (Red+Green+Blue) = 193+189+140=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD8C is #3E4273. Grayscale: #B8B8B8. Windows color (decimal): -4080244 or 9223617. OLE color: 9223617.

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

Color convert

RGB193189140-
CMYK00.020.270.24
HSL55.47º29.94%65.29%-
HSV(B)55.47º27.46%75.69%-
XYZ44.9249.6332.02-
YUV184.61102.83133.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 140 (55.08% from 255) = 26.82%
R=36.97%
G=36.21%
B=26.82%

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
Decimal19318914000.020.270.2455.4729.9465.29
HexC1BD8C021B18371e41
Octal3012752140233306736101
Binary1100000110111101100011000101101111000110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD8C; }

 p { color: rgb(193,189,140); }

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

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

 a { background-color: rgb(193,189,140); }

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

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

 span { border-color: rgb(193,189,140); }

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