#C4BE8A

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

Shades of Coriander #C4BE8A

Tints of Coriander #C4BE8A

Color information

#C4BE8A (or 0xC4BE8A) is unknown color: approx Coriander. HEX triplet: C4, BE and 8A. RGB value is (196,190,138). Sum of RGB (Red+Green+Blue) = 196+190+138=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BE8A is #3B4175. Grayscale: #BABABA. Windows color (decimal): -3883382 or 9092804. OLE color: 9092804.

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

Color convert

RGB196190138-
CMYK00.030.300.23
HSL53.79º32.95%65.49%-
HSV(B)53.79º29.59%76.86%-
XYZ45.7750.431.36-
YUV185.87100.99135.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=37.40%
G=36.26%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619013800.030.300.2353.7932.9565.49
HexC4BE8A031E17362141
Octal3042762120336276641101
Binary11000100101111101000101001111110101111101101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE8A; }

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

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

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

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

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

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

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

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