#C4BE92

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

Shades of Coriander #C4BE92

Tints of Coriander #C4BE92

Color information

#C4BE92 (or 0xC4BE92) is unknown color: approx Coriander. HEX triplet: C4, BE and 92. RGB value is (196,190,146). Sum of RGB (Red+Green+Blue) = 196+190+146=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE92 is #3B416D. Grayscale: #BABABA. Windows color (decimal): -3883374 or 9617092. OLE color: 9617092.

HSL color Cylindrical-coordinate representation of color #C4BE92: hue angle of 52.8º 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 #C4BE92 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196190146-
CMYK00.030.260.23
HSL52.8º29.76%67.06%-
HSV(B)52.8º25.51%76.86%-
XYZ46.3750.6434.52-
YUV186.78104.99134.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=36.84%
G=35.71%
B=27.44%

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
Decimal19619014600.030.260.2352.829.7667.06
HexC4BE92031A17351e43
Octal3042762220332276536103
Binary1100010010111110100100100111101010111110101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE92; }

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

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

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

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

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

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

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

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