#C4BF92

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

Shades of Coriander #C4BF92

Tints of Coriander #C4BF92

Color information

#C4BF92 (or 0xC4BF92) is unknown color: approx Coriander. HEX triplet: C4, BF and 92. RGB value is (196,191,146). Sum of RGB (Red+Green+Blue) = 196+191+146=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF92 is #3B406D. Grayscale: #BBBBBB. Windows color (decimal): -3883118 or 9617348. OLE color: 9617348.

HSL color Cylindrical-coordinate representation of color #C4BF92: hue angle of 54º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4BF92 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196191146-
CMYK00.030.260.23
HSL54º29.76%67.06%-
HSV(B)54º25.51%76.86%-
XYZ46.5851.0734.6-
YUV187.36104.66134.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=36.77%
G=35.83%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619114600.030.260.235429.7667.06
HexC4BF92031A17361e43
Octal3042772220332276636103
Binary1100010010111111100100100111101010111110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF92; }

 p { color: rgb(196,191,146); }

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

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

 a { background-color: rgb(196,191,146); }

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

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

 span { border-color: rgb(196,191,146); }

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