#C4BE8B

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

Shades of Coriander #C4BE8B

Tints of Coriander #C4BE8B

Color information

#C4BE8B (or 0xC4BE8B) is unknown color: approx Coriander. HEX triplet: C4, BE and 8B. RGB value is (196,190,139). Sum of RGB (Red+Green+Blue) = 196+190+139=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE8B is #3B4174. Grayscale: #BABABA. Windows color (decimal): -3883381 or 9158340. OLE color: 9158340.

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

Color convert

RGB196190139-
CMYK00.030.290.23
HSL53.68º32.57%65.69%-
HSV(B)53.68º29.08%76.86%-
XYZ45.8450.4331.74-
YUV185.98101.49135.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=37.33%
G=36.19%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619013900.030.290.2353.6832.5765.69
HexC4BE8B031D17362142
Octal3042762130335276641102
Binary11000100101111101000101101111101101111101101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE8B; }

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

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

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

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

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

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

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

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