Html Css Color HEX #C28E5F Twine

📋 copy color: '#C28E5F'

red 194 ◦ green 142 ◦ blue 95

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

Shades of Twine #C28E5F

Tints of Twine #C28E5F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.95%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 45.01%
G = 32.95%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C28E5F (or 0xC28E5F) is known color: Twine. HEX triplet: C2, 8E and 5F. RGB value is (194,142,95). Sum of RGB (Red+Green+Blue) = 194+142+95=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E5F is #3D71A0. Grayscale: #989898. Windows color (decimal): -4026785 or 6262466. OLE color: 6262466.

HSL color Cylindrical-coordinate representation of color #C28E5F: hue angle of 28.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C28E5F is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 95 -
CMYK 0 0.27 0.51 0.24
HSL 28.48º 0.45% 0.57% -
HSV(B) 28.48º 0.51% 0.76% -
XYZ 33.99 31.64 15.14 -
YUV 152.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 194 142 95 0 0.27 0.51 0.24 28.48 0.45 0.57
Hex C2 8E 5F 0 1B 33 18 1C 2D 39
Octal 302 216 137 0 33 63 30 34 55 71
Binary 11000010 10001110 1011111 0 11011 110011 11000 11100 101101 111001

Color Harmonies of #C28E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E5F

Black with #C28E5F

Text Example


Text Example

White with #C28E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E5F; }

 p { color: rgb(194,142,95); }

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

background-color css

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

 a { background-color: rgb(194,142,95); }

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

border-color css

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

 span { border-color: rgb(194,142,95); }

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