Html Css Color HEX #C4BD96 Coriander

📋 copy color: '#C4BD96'

red 196 ◦ green 189 ◦ blue 150

#C4BD96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #C4BD96

Tints of Coriander #C4BD96

RGB

 RED value IS 196 (76.95% from 255) = 36.64%

 GREEN value IS 189 (74.22% from 255) = 35.33%

 BLUE value IS 150 (58.98% from 255) = 28.04%

R = 36.64%
G = 35.33%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C4BD96 (or 0xC4BD96) is known color: Coriander. HEX triplet: C4, BD and 96. RGB value is (196,189,150). Sum of RGB (Red+Green+Blue) = 196+189+150=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BD96 is #3B4269. Grayscale: #BABABA. Windows color (decimal): -3883626 or 9878980. OLE color: 9878980.

HSL color Cylindrical-coordinate representation of color #C4BD96: hue angle of 50.87º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4BD96 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 189 150 -
CMYK 0 0.04 0.23 0.23
HSL 50.87º 0.28% 0.68% -
HSV(B) 50.87º 0.23% 0.77% -
XYZ 46.47 50.33 36.12 -
YUV 186.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 196 189 150 0 0.04 0.23 0.23 50.87 0.28 0.68
Hex C4 BD 96 0 4 17 17 33 1C 44
Octal 304 275 226 0 4 27 27 63 34 104
Binary 11000100 10111101 10010110 0 100 10111 10111 110011 11100 1000100

Color Harmonies of #C4BD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD96

Black with #C4BD96

Text Example


Text Example

White with #C4BD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD96; }

 p { color: rgb(196,189,150); }

 H1.HeaderClassName
 {
   color: #C4BD96;
 }
 .AnyTagClassName
 {
   color: #C4BD96;
 }
</style>

background-color css

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

 a { background-color: rgb(196,189,150); }

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

border-color css

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

 span { border-color: rgb(196,189,150); }

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