Html Css Color HEX #C4BC91 Coriander

📋 copy color: '#C4BC91'

red 196 ◦ green 188 ◦ blue 145

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

Shades of Coriander #C4BC91

Tints of Coriander #C4BC91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.41%

R = 37.05%
G = 35.54%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4BC91 (or 0xC4BC91) is known color: Coriander. HEX triplet: C4, BC and 91. RGB value is (196,188,145). Sum of RGB (Red+Green+Blue) = 196+188+145=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BC91 is #3B436E. Grayscale: #B9B9B9. Windows color (decimal): -3883887 or 9551044. OLE color: 9551044.

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

Color convert

RGB 196 188 145 -
CMYK 0 0.04 0.26 0.23
HSL 50.59º 0.3% 0.67% -
HSV(B) 50.59º 0.26% 0.77% -
XYZ 45.86 49.75 33.97 -
YUV 185.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 196 188 145 0 0.04 0.26 0.23 50.59 0.3 0.67
Hex C4 BC 91 0 4 1A 17 33 1E 43
Octal 304 274 221 0 4 32 27 63 36 103
Binary 11000100 10111100 10010001 0 100 11010 10111 110011 11110 1000011

Color Harmonies of #C4BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC91

Black with #C4BC91

Text Example


Text Example

White with #C4BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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