Html Css Color HEX #C28352 Twine

📋 copy color: '#C28352'

red 194 ◦ green 131 ◦ blue 82

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

Shades of Twine #C28352

Tints of Twine #C28352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

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

R = 47.67%
G = 32.19%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C28352 (or 0xC28352) is known color: Twine. HEX triplet: C2, 83 and 52. RGB value is (194,131,82). Sum of RGB (Red+Green+Blue) = 194+131+82=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C28352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28352 is #3D7CAD. Grayscale: #909090. Windows color (decimal): -4029614 or 5407682. OLE color: 5407682.

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

Color convert

RGB 194 131 82 -
CMYK 0 0.32 0.58 0.24
HSL 26.25º 0.48% 0.54% -
HSV(B) 26.25º 0.58% 0.76% -
XYZ 31.89 28.31 11.77 -
YUV 144.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 194 131 82 0 0.32 0.58 0.24 26.25 0.48 0.54
Hex C2 83 52 0 20 3A 18 1A 30 36
Octal 302 203 122 0 40 72 30 32 60 66
Binary 11000010 10000011 1010010 0 100000 111010 11000 11010 110000 110110

Color Harmonies of #C28352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28352

Black with #C28352

Text Example


Text Example

White with #C28352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28352; }

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

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

background-color css

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

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

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

border-color css

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

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

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