Html Css Color HEX #C28358 Twine

📋 copy color: '#C28358'

red 194 ◦ green 131 ◦ blue 88

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

Shades of Twine #C28358

Tints of Twine #C28358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.31%

R = 46.97%
G = 31.72%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C28358 (or 0xC28358) is known color: Twine. HEX triplet: C2, 83 and 58. RGB value is (194,131,88). Sum of RGB (Red+Green+Blue) = 194+131+88=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C28358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28358 is #3D7CA7. Grayscale: #919191. Windows color (decimal): -4029608 or 5800898. OLE color: 5800898.

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

Color convert

RGB 194 131 88 -
CMYK 0 0.32 0.55 0.24
HSL 24.34º 0.46% 0.55% -
HSV(B) 24.34º 0.55% 0.76% -
XYZ 32.13 28.41 13.02 -
YUV 144.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 194 131 88 0 0.32 0.55 0.24 24.34 0.46 0.55
Hex C2 83 58 0 20 37 18 18 2E 37
Octal 302 203 130 0 40 67 30 30 56 67
Binary 11000010 10000011 1011000 0 100000 110111 11000 11000 101110 110111

Color Harmonies of #C28358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28358

Black with #C28358

Text Example


Text Example

White with #C28358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28358; }

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

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

background-color css

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

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

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

border-color css

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

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

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