#C1BD8A

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

Shades of Coriander #C1BD8A

Tints of Coriander #C1BD8A

Color information

#C1BD8A (or 0xC1BD8A) is unknown color: approx Coriander. HEX triplet: C1, BD and 8A. RGB value is (193,189,138). Sum of RGB (Red+Green+Blue) = 193+189+138=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD8A is #3E4275. Grayscale: #B8B8B8. Windows color (decimal): -4080246 or 9092545. OLE color: 9092545.

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

Color convert

RGB193189138-
CMYK00.020.280.24
HSL55.64º30.73%64.9%-
HSV(B)55.64º28.5%75.69%-
XYZ44.7849.5731.25-
YUV184.38101.83134.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=37.12%
G=36.35%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318913800.020.280.2455.6430.7364.9
HexC1BD8A021C18381f41
Octal3012752120234307037101
Binary1100000110111101100010100101110011000111000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD8A; }

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

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

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

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

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

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

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

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