#C2B992

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

Shades of Coriander #C2B992

Tints of Coriander #C2B992

Color information

#C2B992 (or 0xC2B992) is unknown color: approx Coriander. HEX triplet: C2, B9 and 92. RGB value is (194,185,146). Sum of RGB (Red+Green+Blue) = 194+185+146=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B992 is #3D466D. Grayscale: #B7B7B7. Windows color (decimal): -4015726 or 9615810. OLE color: 9615810.

HSL color Cylindrical-coordinate representation of color #C2B992: hue angle of 48.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B992 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB194185146-
CMYK00.050.250.24
HSL48.75º28.24%66.67%-
HSV(B)48.75º24.74%76.08%-
XYZ44.7948.2434.15-
YUV183.24106.98135.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=36.95%
G=35.24%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418514600.050.250.2448.7528.2466.67
HexC2B992051918311c43
Octal3022712220531306134103
Binary11000010101110011001001001011100111000110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B992; }

 p { color: rgb(194,185,146); }

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

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

 a { background-color: rgb(194,185,146); }

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

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

 span { border-color: rgb(194,185,146); }

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