Html Css Color HEX #C28252 Twine

📋 copy color: '#C28252'

red 194 ◦ green 130 ◦ blue 82

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

Shades of Twine #C28252

Tints of Twine #C28252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 47.78%
G = 32.02%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C28252 (or 0xC28252) is known color: Twine. HEX triplet: C2, 82 and 52. RGB value is (194,130,82). Sum of RGB (Red+Green+Blue) = 194+130+82=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C28252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28252 is #3D7DAD. Grayscale: #8F8F8F. Windows color (decimal): -4029870 or 5407426. OLE color: 5407426.

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

Color convert

RGB 194 130 82 -
CMYK 0 0.33 0.58 0.24
HSL 25.71º 0.48% 0.54% -
HSV(B) 25.71º 0.58% 0.76% -
XYZ 31.75 28.04 11.72 -
YUV 143.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 194 130 82 0 0.33 0.58 0.24 25.71 0.48 0.54
Hex C2 82 52 0 21 3A 18 1A 30 36
Octal 302 202 122 0 41 72 30 32 60 66
Binary 11000010 10000010 1010010 0 100001 111010 11000 11010 110000 110110

Color Harmonies of #C28252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28252

Black with #C28252

Text Example


Text Example

White with #C28252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28252; }

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

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

background-color css

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

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

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

border-color css

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

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

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