Html Css Color HEX #C3BC91 Coriander

📋 copy color: '#C3BC91'

red 195 ◦ green 188 ◦ blue 145

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

Shades of Coriander #C3BC91

Tints of Coriander #C3BC91

RGB

 RED value IS 195 (76.56% from 255) = 36.93%

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

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

R = 36.93%
G = 35.61%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C3BC91 (or 0xC3BC91) is known color: Coriander. HEX triplet: C3, BC and 91. RGB value is (195,188,145). Sum of RGB (Red+Green+Blue) = 195+188+145=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC91 is #3C436E. Grayscale: #B9B9B9. Windows color (decimal): -3949423 or 9551043. OLE color: 9551043.

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

Color convert

RGB 195 188 145 -
CMYK 0 0.04 0.26 0.24
HSL 51.6º 0.29% 0.67% -
HSV(B) 51.6º 0.26% 0.76% -
XYZ 45.6 49.61 33.96 -
YUV 185.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 195 188 145 0 0.04 0.26 0.24 51.6 0.29 0.67
Hex C3 BC 91 0 4 1A 18 34 1D 43
Octal 303 274 221 0 4 32 30 64 35 103
Binary 11000011 10111100 10010001 0 100 11010 11000 110100 11101 1000011

Color Harmonies of #C3BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC91

Black with #C3BC91

Text Example


Text Example

White with #C3BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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