#C8BE92

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

Shades of Coriander #C8BE92

Tints of Coriander #C8BE92

Color information

#C8BE92 (or 0xC8BE92) is unknown color: approx Coriander. HEX triplet: C8, BE and 92. RGB value is (200,190,146). Sum of RGB (Red+Green+Blue) = 200+190+146=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BE92 is #37416D. Grayscale: #BCBCBC. Windows color (decimal): -3621230 or 9617096. OLE color: 9617096.

HSL color Cylindrical-coordinate representation of color #C8BE92: hue angle of 48.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8BE92 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB200190146-
CMYK00.050.270.22
HSL48.89º32.93%67.84%-
HSV(B)48.89º27%78.43%-
XYZ47.4251.1834.57-
YUV187.97104.31136.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 146 (57.42% from 255) = 27.24%
R=37.31%
G=35.45%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019014600.050.270.2248.8932.9367.84
HexC8BE92051B16312144
Octal3102762220533266141104
Binary110010001011111010010010010111011101101100011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE92; }

 p { color: rgb(200,190,146); }

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

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

 a { background-color: rgb(200,190,146); }

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

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

 span { border-color: rgb(200,190,146); }

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