Html Css Color HEX #C4BF8F Coriander

📋 copy color: '#C4BF8F'

red 196 ◦ green 191 ◦ blue 143

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

Shades of Coriander #C4BF8F

Tints of Coriander #C4BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

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

R = 36.98%
G = 36.04%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4BF8F (or 0xC4BF8F) is known color: Coriander. HEX triplet: C4, BF and 8F. RGB value is (196,191,143). Sum of RGB (Red+Green+Blue) = 196+191+143=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF8F is #3B4070. Grayscale: #BBBBBB. Windows color (decimal): -3883121 or 9420740. OLE color: 9420740.

HSL color Cylindrical-coordinate representation of color #C4BF8F: hue angle of 54.34º 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 #C4BF8F is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 143 -
CMYK 0 0.03 0.27 0.23
HSL 54.34º 0.31% 0.66% -
HSV(B) 54.34º 0.27% 0.77% -
XYZ 46.35 50.98 33.38 -
YUV 187.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 196 191 143 0 0.03 0.27 0.23 54.34 0.31 0.66
Hex C4 BF 8F 0 3 1B 17 36 1F 42
Octal 304 277 217 0 3 33 27 66 37 102
Binary 11000100 10111111 10001111 0 11 11011 10111 110110 11111 1000010

Color Harmonies of #C4BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF8F

Black with #C4BF8F

Text Example


Text Example

White with #C4BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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