Html Css Color HEX #C4BA8C Coriander

📋 copy color: '#C4BA8C'

red 196 ◦ green 186 ◦ blue 140

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

Shades of Coriander #C4BA8C

Tints of Coriander #C4BA8C

RGB

 RED value IS 196 (76.95% from 255) = 37.55%

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

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

R = 37.55%
G = 35.63%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4BA8C (or 0xC4BA8C) is known color: Coriander. HEX triplet: C4, BA and 8C. RGB value is (196,186,140). Sum of RGB (Red+Green+Blue) = 196+186+140=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA8C is #3B4573. Grayscale: #B7B7B7. Windows color (decimal): -3884404 or 9222852. OLE color: 9222852.

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

Color convert

RGB 196 186 140 -
CMYK 0 0.05 0.29 0.23
HSL 49.29º 0.32% 0.66% -
HSV(B) 49.29º 0.29% 0.77% -
XYZ 45.06 48.75 31.85 -
YUV 183.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 196 186 140 0 0.05 0.29 0.23 49.29 0.32 0.66
Hex C4 BA 8C 0 5 1D 17 31 20 42
Octal 304 272 214 0 5 35 27 61 40 102
Binary 11000100 10111010 10001100 0 101 11101 10111 110001 100000 1000010

Color Harmonies of #C4BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA8C

Black with #C4BA8C

Text Example


Text Example

White with #C4BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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