#C3B88D

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

Shades of Coriander #C3B88D

Tints of Coriander #C3B88D

Color information

#C3B88D (or 0xC3B88D) is unknown color: approx Coriander. HEX triplet: C3, B8 and 8D. RGB value is (195,184,141). Sum of RGB (Red+Green+Blue) = 195+184+141=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B88D is #3C4772. Grayscale: #B6B6B6. Windows color (decimal): -3950451 or 9287875. OLE color: 9287875.

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

Color convert

RGB195184141-
CMYK00.060.280.24
HSL47.78º31.03%65.88%-
HSV(B)47.78º27.69%76.47%-
XYZ44.4547.8132.08-
YUV182.39104.64137-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 184 (72.27% from 255) = 35.38%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=37.5%
G=35.38%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518414100.060.280.2447.7831.0365.88
HexC3B88D061C18301f42
Octal3032702150634306037102
Binary11000011101110001000110101101110011000110000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B88D; }

 p { color: rgb(195,184,141); }

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

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

 a { background-color: rgb(195,184,141); }

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

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

 span { border-color: rgb(195,184,141); }

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