Html Css Color HEX #C3BA95 Coriander

📋 copy color: '#C3BA95'

red 195 ◦ green 186 ◦ blue 149

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

Shades of Coriander #C3BA95

Tints of Coriander #C3BA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 36.79%
G = 35.09%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C3BA95 (or 0xC3BA95) is known color: Coriander. HEX triplet: C3, BA and 95. RGB value is (195,186,149). Sum of RGB (Red+Green+Blue) = 195+186+149=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA95 is #3C456A. Grayscale: #B8B8B8. Windows color (decimal): -3949931 or 9812675. OLE color: 9812675.

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

Color convert

RGB 195 186 149 -
CMYK 0 0.05 0.24 0.24
HSL 48.26º 0.28% 0.67% -
HSV(B) 48.26º 0.24% 0.76% -
XYZ 45.49 48.89 35.47 -
YUV 184.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 195 186 149 0 0.05 0.24 0.24 48.26 0.28 0.67
Hex C3 BA 95 0 5 18 18 30 1C 43
Octal 303 272 225 0 5 30 30 60 34 103
Binary 11000011 10111010 10010101 0 101 11000 11000 110000 11100 1000011

Color Harmonies of #C3BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA95

Black with #C3BA95

Text Example


Text Example

White with #C3BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA95; }

 p { color: rgb(195,186,149); }

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

background-color css

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

 a { background-color: rgb(195,186,149); }

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

border-color css

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

 span { border-color: rgb(195,186,149); }

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