Html Css Color HEX #C3BA8B Coriander

📋 copy color: '#C3BA8B'

red 195 ◦ green 186 ◦ blue 139

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

Shades of Coriander #C3BA8B

Tints of Coriander #C3BA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.73%

R = 37.5%
G = 35.77%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3BA8B (or 0xC3BA8B) is known color: Coriander. HEX triplet: C3, BA and 8B. RGB value is (195,186,139). Sum of RGB (Red+Green+Blue) = 195+186+139=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA8B is #3C4574. Grayscale: #B7B7B7. Windows color (decimal): -3949941 or 9157315. OLE color: 9157315.

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

Color convert

RGB 195 186 139 -
CMYK 0 0.05 0.29 0.24
HSL 50.36º 0.32% 0.65% -
HSV(B) 50.36º 0.29% 0.76% -
XYZ 44.72 48.58 31.45 -
YUV 183.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 195 186 139 0 0.05 0.29 0.24 50.36 0.32 0.65
Hex C3 BA 8B 0 5 1D 18 32 20 41
Octal 303 272 213 0 5 35 30 62 40 101
Binary 11000011 10111010 10001011 0 101 11101 11000 110010 100000 1000001

Color Harmonies of #C3BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA8B

Black with #C3BA8B

Text Example


Text Example

White with #C3BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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