Html Css Color HEX #C3BA8C Coriander

📋 copy color: '#C3BA8C'

red 195 ◦ green 186 ◦ blue 140

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

Shades of Coriander #C3BA8C

Tints of Coriander #C3BA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.87%

R = 37.43%
G = 35.7%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3BA8C (or 0xC3BA8C) is known color: Coriander. HEX triplet: C3, BA and 8C. RGB value is (195,186,140). Sum of RGB (Red+Green+Blue) = 195+186+140=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA8C is #3C4573. Grayscale: #B7B7B7. Windows color (decimal): -3949940 or 9222851. OLE color: 9222851.

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

Color convert

RGB 195 186 140 -
CMYK 0 0.05 0.28 0.24
HSL 50.18º 0.31% 0.66% -
HSV(B) 50.18º 0.28% 0.76% -
XYZ 44.8 48.61 31.83 -
YUV 183.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 195 186 140 0 0.05 0.28 0.24 50.18 0.31 0.66
Hex C3 BA 8C 0 5 1C 18 32 1F 42
Octal 303 272 214 0 5 34 30 62 37 102
Binary 11000011 10111010 10001100 0 101 11100 11000 110010 11111 1000010

Color Harmonies of #C3BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA8C

Black with #C3BA8C

Text Example


Text Example

White with #C3BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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