Html Css Color HEX #C28F52 Twine

📋 copy color: '#C28F52'

red 194 ◦ green 143 ◦ blue 82

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

Shades of Twine #C28F52

Tints of Twine #C28F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.57%

R = 46.3%
G = 34.13%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C28F52 (or 0xC28F52) is known color: Twine. HEX triplet: C2, 8F and 52. RGB value is (194,143,82). Sum of RGB (Red+Green+Blue) = 194+143+82=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F52 is #3D70AD. Grayscale: #979797. Windows color (decimal): -4026542 or 5410754. OLE color: 5410754.

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

Color convert

RGB 194 143 82 -
CMYK 0 0.26 0.58 0.24
HSL 32.68º 0.48% 0.54% -
HSV(B) 32.68º 0.58% 0.76% -
XYZ 33.59 31.72 12.34 -
YUV 151.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 194 143 82 0 0.26 0.58 0.24 32.68 0.48 0.54
Hex C2 8F 52 0 1A 3A 18 21 30 36
Octal 302 217 122 0 32 72 30 41 60 66
Binary 11000010 10001111 1010010 0 11010 111010 11000 100001 110000 110110

Color Harmonies of #C28F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F52

Black with #C28F52

Text Example


Text Example

White with #C28F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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