Html Css Color HEX #C28353 Twine

📋 copy color: '#C28353'

red 194 ◦ green 131 ◦ blue 83

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

Shades of Twine #C28353

Tints of Twine #C28353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.34%

R = 47.55%
G = 32.11%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C28353 (or 0xC28353) is known color: Twine. HEX triplet: C2, 83 and 53. RGB value is (194,131,83). Sum of RGB (Red+Green+Blue) = 194+131+83=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C28353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28353 is #3D7CAC. Grayscale: #909090. Windows color (decimal): -4029613 or 5473218. OLE color: 5473218.

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

Color convert

RGB 194 131 83 -
CMYK 0 0.32 0.57 0.24
HSL 25.95º 0.48% 0.54% -
HSV(B) 25.95º 0.57% 0.76% -
XYZ 31.93 28.33 11.97 -
YUV 144.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 194 131 83 0 0.32 0.57 0.24 25.95 0.48 0.54
Hex C2 83 53 0 20 39 18 1A 30 36
Octal 302 203 123 0 40 71 30 32 60 66
Binary 11000010 10000011 1010011 0 100000 111001 11000 11010 110000 110110

Color Harmonies of #C28353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28353

Black with #C28353

Text Example


Text Example

White with #C28353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28353; }

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

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

background-color css

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

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

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

border-color css

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

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

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