Html Css Color HEX #C4BA8E Coriander

📋 copy color: '#C4BA8E'

red 196 ◦ green 186 ◦ blue 142

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

Shades of Coriander #C4BA8E

Tints of Coriander #C4BA8E

RGB

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

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

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

R = 37.4%
G = 35.5%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4BA8E (or 0xC4BA8E) is known color: Coriander. HEX triplet: C4, BA and 8E. RGB value is (196,186,142). Sum of RGB (Red+Green+Blue) = 196+186+142=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA8E is #3B4571. Grayscale: #B8B8B8. Windows color (decimal): -3884402 or 9353924. OLE color: 9353924.

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

Color convert

RGB 196 186 142 -
CMYK 0 0.05 0.28 0.23
HSL 48.89º 0.31% 0.66% -
HSV(B) 48.89º 0.28% 0.77% -
XYZ 45.21 48.81 32.63 -
YUV 183.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 196 186 142 0 0.05 0.28 0.23 48.89 0.31 0.66
Hex C4 BA 8E 0 5 1C 17 31 1F 42
Octal 304 272 216 0 5 34 27 61 37 102
Binary 11000100 10111010 10001110 0 101 11100 10111 110001 11111 1000010

Color Harmonies of #C4BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA8E

Black with #C4BA8E

Text Example


Text Example

White with #C4BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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