Html Css Color HEX #C28F61 Twine

📋 copy color: '#C28F61'

red 194 ◦ green 143 ◦ blue 97

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

Shades of Twine #C28F61

Tints of Twine #C28F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.95%

 BLUE value IS 97 (38.28% from 255) = 22.35%

R = 44.7%
G = 32.95%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C28F61 (or 0xC28F61) is known color: Twine. HEX triplet: C2, 8F and 61. RGB value is (194,143,97). Sum of RGB (Red+Green+Blue) = 194+143+97=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F61 is #3D709E. Grayscale: #999999. Windows color (decimal): -4026527 or 6393794. OLE color: 6393794.

HSL color Cylindrical-coordinate representation of color #C28F61: hue angle of 28.45º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C28F61 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 143 97 -
CMYK 0 0.26 0.50 0.24
HSL 28.45º 0.44% 0.57% -
HSV(B) 28.45º 0.5% 0.76% -
XYZ 34.23 31.98 15.68 -
YUV 153.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 194 143 97 0 0.26 0.50 0.24 28.45 0.44 0.57
Hex C2 8F 61 0 1A 32 18 1C 2C 39
Octal 302 217 141 0 32 62 30 34 54 71
Binary 11000010 10001111 1100001 0 11010 110010 11000 11100 101100 111001

Color Harmonies of #C28F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F61

Black with #C28F61

Text Example


Text Example

White with #C28F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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