#C5BB92

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

Shades of Coriander #C5BB92

Tints of Coriander #C5BB92

Color information

#C5BB92 (or 0xC5BB92) is unknown color: approx Coriander. HEX triplet: C5, BB and 92. RGB value is (197,187,146). Sum of RGB (Red+Green+Blue) = 197+187+146=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BB92 is #3A446D. Grayscale: #B9B9B9. Windows color (decimal): -3818606 or 9616325. OLE color: 9616325.

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

Color convert

RGB197187146-
CMYK00.050.260.23
HSL48.24º30.54%67.25%-
HSV(B)48.24º25.89%77.25%-
XYZ45.9849.4934.32-
YUV185.32105.81136.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=37.17%
G=35.28%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718714600.050.260.2348.2430.5467.25
HexC5BB92051A17301f43
Octal3052732220532276037103
Binary11000101101110111001001001011101010111110000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BB92; }

 p { color: rgb(197,187,146); }

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

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

 a { background-color: rgb(197,187,146); }

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

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

 span { border-color: rgb(197,187,146); }

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