Html Css Color HEX #C3BC96 Coriander

📋 copy color: '#C3BC96'

red 195 ◦ green 188 ◦ blue 150

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

Shades of Coriander #C3BC96

Tints of Coriander #C3BC96

RGB

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

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

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

R = 36.59%
G = 35.27%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C3BC96 (or 0xC3BC96) is known color: Coriander. HEX triplet: C3, BC and 96. RGB value is (195,188,150). Sum of RGB (Red+Green+Blue) = 195+188+150=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BC96 is #3C4369. Grayscale: #B9B9B9. Windows color (decimal): -3949418 or 9878723. OLE color: 9878723.

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

Color convert

RGB 195 188 150 -
CMYK 0 0.04 0.23 0.24
HSL 50.67º 0.27% 0.68% -
HSV(B) 50.67º 0.23% 0.76% -
XYZ 45.99 49.77 36.04 -
YUV 185.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 195 188 150 0 0.04 0.23 0.24 50.67 0.27 0.68
Hex C3 BC 96 0 4 17 18 33 1B 44
Octal 303 274 226 0 4 27 30 63 33 104
Binary 11000011 10111100 10010110 0 100 10111 11000 110011 11011 1000100

Color Harmonies of #C3BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC96

Black with #C3BC96

Text Example


Text Example

White with #C3BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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