#C3BC8C

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

Shades of Coriander #C3BC8C

Tints of Coriander #C3BC8C

Color information

#C3BC8C (or 0xC3BC8C) is unknown color: approx Coriander. HEX triplet: C3, BC and 8C. RGB value is (195,188,140). Sum of RGB (Red+Green+Blue) = 195+188+140=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC8C is #3C4373. Grayscale: #B8B8B8. Windows color (decimal): -3949428 or 9223363. OLE color: 9223363.

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

Color convert

RGB195188140-
CMYK00.040.280.24
HSL52.36º31.43%65.69%-
HSV(B)52.36º28.21%76.47%-
XYZ45.2249.4631.97-
YUV184.62102.82135.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=37.28%
G=35.95%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518814000.040.280.2452.3631.4365.69
HexC3BC8C041C18341f42
Octal3032742140434306437102
Binary11000011101111001000110001001110011000110100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC8C; }

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

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

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

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

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

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

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

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