Html Css Color HEX #C4BA8F Coriander

📋 copy color: '#C4BA8F'

red 196 ◦ green 186 ◦ blue 143

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

Shades of Coriander #C4BA8F

Tints of Coriander #C4BA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.24%

R = 37.33%
G = 35.43%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4BA8F (or 0xC4BA8F) is known color: Coriander. HEX triplet: C4, BA and 8F. RGB value is (196,186,143). Sum of RGB (Red+Green+Blue) = 196+186+143=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BA8F is #3B4570. Grayscale: #B8B8B8. Windows color (decimal): -3884401 or 9419460. OLE color: 9419460.

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

Color convert

RGB 196 186 143 -
CMYK 0 0.05 0.27 0.23
HSL 48.68º 0.31% 0.66% -
HSV(B) 48.68º 0.27% 0.77% -
XYZ 45.28 48.84 33.03 -
YUV 184.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 196 186 143 0 0.05 0.27 0.23 48.68 0.31 0.66
Hex C4 BA 8F 0 5 1B 17 31 1F 42
Octal 304 272 217 0 5 33 27 61 37 102
Binary 11000100 10111010 10001111 0 101 11011 10111 110001 11111 1000010

Color Harmonies of #C4BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA8F

Black with #C4BA8F

Text Example


Text Example

White with #C4BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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