Html Css Color HEX #C28C5F Twine

📋 copy color: '#C28C5F'

red 194 ◦ green 140 ◦ blue 95

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

Shades of Twine #C28C5F

Tints of Twine #C28C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

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

R = 45.22%
G = 32.63%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C28C5F (or 0xC28C5F) is known color: Twine. HEX triplet: C2, 8C and 5F. RGB value is (194,140,95). Sum of RGB (Red+Green+Blue) = 194+140+95=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C5F is #3D73A0. Grayscale: #979797. Windows color (decimal): -4027297 or 6261954. OLE color: 6261954.

HSL color Cylindrical-coordinate representation of color #C28C5F: hue angle of 27.27º 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 #C28C5F is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 140 95 -
CMYK 0 0.28 0.51 0.24
HSL 27.27º 0.45% 0.57% -
HSV(B) 27.27º 0.51% 0.76% -
XYZ 33.69 31.05 15.04 -
YUV 151.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 194 140 95 0 0.28 0.51 0.24 27.27 0.45 0.57
Hex C2 8C 5F 0 1C 33 18 1B 2D 39
Octal 302 214 137 0 34 63 30 33 55 71
Binary 11000010 10001100 1011111 0 11100 110011 11000 11011 101101 111001

Color Harmonies of #C28C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C5F

Black with #C28C5F

Text Example


Text Example

White with #C28C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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