Html Css Color HEX #C3BA8E Coriander

📋 copy color: '#C3BA8E'

red 195 ◦ green 186 ◦ blue 142

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

Shades of Coriander #C3BA8E

Tints of Coriander #C3BA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.15%

R = 37.28%
G = 35.56%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3BA8E (or 0xC3BA8E) is known color: Coriander. HEX triplet: C3, BA and 8E. RGB value is (195,186,142). Sum of RGB (Red+Green+Blue) = 195+186+142=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA8E is #3C4571. Grayscale: #B7B7B7. Windows color (decimal): -3949938 or 9353923. OLE color: 9353923.

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

Color convert

RGB 195 186 142 -
CMYK 0 0.05 0.27 0.24
HSL 49.81º 0.31% 0.66% -
HSV(B) 49.81º 0.27% 0.76% -
XYZ 44.95 48.67 32.62 -
YUV 183.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 195 186 142 0 0.05 0.27 0.24 49.81 0.31 0.66
Hex C3 BA 8E 0 5 1B 18 32 1F 42
Octal 303 272 216 0 5 33 30 62 37 102
Binary 11000011 10111010 10001110 0 101 11011 11000 110010 11111 1000010

Color Harmonies of #C3BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA8E

Black with #C3BA8E

Text Example


Text Example

White with #C3BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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