Html Css Color HEX #C28458 Twine

📋 copy color: '#C28458'

red 194 ◦ green 132 ◦ blue 88

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

Shades of Twine #C28458

Tints of Twine #C28458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.88%

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

R = 46.86%
G = 31.88%
B = 21.26%

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

#C28458 (or 0xC28458) is known color: Twine. HEX triplet: C2, 84 and 58. RGB value is (194,132,88). Sum of RGB (Red+Green+Blue) = 194+132+88=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C28458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28458 is #3D7BA7. Grayscale: #919191. Windows color (decimal): -4029352 or 5801154. OLE color: 5801154.

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

Color convert

RGB 194 132 88 -
CMYK 0 0.32 0.55 0.24
HSL 24.91º 0.46% 0.55% -
HSV(B) 24.91º 0.55% 0.76% -
XYZ 32.26 28.68 13.07 -
YUV 145.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 194 132 88 0 0.32 0.55 0.24 24.91 0.46 0.55
Hex C2 84 58 0 20 37 18 19 2E 37
Octal 302 204 130 0 40 67 30 31 56 67
Binary 11000010 10000100 1011000 0 100000 110111 11000 11001 101110 110111

Color Harmonies of #C28458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28458

Black with #C28458

Text Example


Text Example

White with #C28458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28458; }

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

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

background-color css

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

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

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

border-color css

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

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

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