#C1BD93

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

Shades of Coriander #C1BD93

Tints of Coriander #C1BD93

Color information

#C1BD93 (or 0xC1BD93) is unknown color: approx Coriander. HEX triplet: C1, BD and 93. RGB value is (193,189,147). Sum of RGB (Red+Green+Blue) = 193+189+147=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD93 is #3E426C. Grayscale: #B9B9B9. Windows color (decimal): -4080237 or 9682369. OLE color: 9682369.

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

Color convert

RGB193189147-
CMYK00.020.240.24
HSL54.78º27.06%66.67%-
HSV(B)54.78º23.83%75.69%-
XYZ45.4649.8434.83-
YUV185.41106.33133.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=36.48%
G=35.73%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318914700.020.240.2454.7827.0666.67
HexC1BD93021818371b43
Octal3012752230230306733103
Binary1100000110111101100100110101100011000110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD93; }

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

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

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

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

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

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

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

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