Html Css Color HEX #C2BF8F Coriander

📋 copy color: '#C2BF8F'

red 194 ◦ green 191 ◦ blue 143

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

Shades of Coriander #C2BF8F

Tints of Coriander #C2BF8F

RGB

 RED value IS 194 (76.17% from 255) = 36.74%

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

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

R = 36.74%
G = 36.17%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2BF8F (or 0xC2BF8F) is known color: Coriander. HEX triplet: C2, BF and 8F. RGB value is (194,191,143). Sum of RGB (Red+Green+Blue) = 194+191+143=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF8F is #3D4070. Grayscale: #BABABA. Windows color (decimal): -4014193 or 9420738. OLE color: 9420738.

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

Color convert

RGB 194 191 143 -
CMYK 0 0.02 0.26 0.24
HSL 56.47º 0.29% 0.66% -
HSV(B) 56.47º 0.26% 0.76% -
XYZ 45.84 50.71 33.36 -
YUV 186.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 194 191 143 0 0.02 0.26 0.24 56.47 0.29 0.66
Hex C2 BF 8F 0 2 1A 18 38 1D 42
Octal 302 277 217 0 2 32 30 70 35 102
Binary 11000010 10111111 10001111 0 10 11010 11000 111000 11101 1000010

Color Harmonies of #C2BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF8F

Black with #C2BF8F

Text Example


Text Example

White with #C2BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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