#C1BD97

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

Shades of Coriander #C1BD97

Tints of Coriander #C1BD97

Color information

#C1BD97 (or 0xC1BD97) is unknown color: approx Coriander. HEX triplet: C1, BD and 97. RGB value is (193,189,151). Sum of RGB (Red+Green+Blue) = 193+189+151=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD97 is #3E4268. Grayscale: #BABABA. Windows color (decimal): -4080233 or 9944513. OLE color: 9944513.

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

Color convert

RGB193189151-
CMYK00.020.220.24
HSL54.29º25.3%67.45%-
HSV(B)54.29º21.76%75.69%-
XYZ45.7849.9736.51-
YUV185.86108.33133.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=36.21%
G=35.46%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318915100.020.220.2454.2925.367.45
HexC1BD97021618361943
Octal3012752270226306631103
Binary1100000110111101100101110101011011000110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD97; }

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

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

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

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

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

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

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

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