#C3BF8C

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

Shades of Coriander #C3BF8C

Tints of Coriander #C3BF8C

Color information

#C3BF8C (or 0xC3BF8C) is unknown color: approx Coriander. HEX triplet: C3, BF and 8C. RGB value is (195,191,140). Sum of RGB (Red+Green+Blue) = 195+191+140=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BF8C is #3C4073. Grayscale: #BABABA. Windows color (decimal): -3948660 or 9224131. OLE color: 9224131.

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

Color convert

RGB195191140-
CMYK00.020.280.24
HSL55.64º31.43%65.69%-
HSV(B)55.64º28.21%76.47%-
XYZ45.8750.7632.19-
YUV186.38101.83134.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=37.07%
G=36.31%
B=26.62%

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
Decimal19519114000.020.280.2455.6431.4365.69
HexC3BF8C021C18381f42
Octal3032772140234307037102
Binary1100001110111111100011000101110011000111000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF8C; }

 p { color: rgb(195,191,140); }

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

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

 a { background-color: rgb(195,191,140); }

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

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

 span { border-color: rgb(195,191,140); }

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