Html Css Color HEX #C4BC93 Coriander

📋 copy color: '#C4BC93'

red 196 ◦ green 188 ◦ blue 147

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

Shades of Coriander #C4BC93

Tints of Coriander #C4BC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.4%

 BLUE value IS 147 (57.81% from 255) = 27.68%

R = 36.91%
G = 35.4%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C4BC93 (or 0xC4BC93) is known color: Coriander. HEX triplet: C4, BC and 93. RGB value is (196,188,147). Sum of RGB (Red+Green+Blue) = 196+188+147=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC93 is #3B436C. Grayscale: #B9B9B9. Windows color (decimal): -3883885 or 9682116. OLE color: 9682116.

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

Color convert

RGB 196 188 147 -
CMYK 0 0.04 0.25 0.23
HSL 50.2º 0.29% 0.67% -
HSV(B) 50.2º 0.25% 0.77% -
XYZ 46.01 49.81 34.79 -
YUV 185.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 196 188 147 0 0.04 0.25 0.23 50.2 0.29 0.67
Hex C4 BC 93 0 4 19 17 32 1D 43
Octal 304 274 223 0 4 31 27 62 35 103
Binary 11000100 10111100 10010011 0 100 11001 10111 110010 11101 1000011

Color Harmonies of #C4BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC93

Black with #C4BC93

Text Example


Text Example

White with #C4BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC93; }

 p { color: rgb(196,188,147); }

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

background-color css

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

 a { background-color: rgb(196,188,147); }

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

border-color css

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

 span { border-color: rgb(196,188,147); }

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