Html Css Color HEX #C28960 Twine

📋 copy color: '#C28960'

red 194 ◦ green 137 ◦ blue 96

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

Shades of Twine #C28960

Tints of Twine #C28960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.08%

 BLUE value IS 96 (37.89% from 255) = 22.48%

R = 45.43%
G = 32.08%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C28960 (or 0xC28960) is known color: Twine. HEX triplet: C2, 89 and 60. RGB value is (194,137,96). Sum of RGB (Red+Green+Blue) = 194+137+96=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28960 is #3D769F. Grayscale: #959595. Windows color (decimal): -4028064 or 6326722. OLE color: 6326722.

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

Color convert

RGB 194 137 96 -
CMYK 0 0.29 0.51 0.24
HSL 25.1º 0.45% 0.57% -
HSV(B) 25.1º 0.51% 0.76% -
XYZ 33.31 30.21 15.14 -
YUV 149.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 194 137 96 0 0.29 0.51 0.24 25.1 0.45 0.57
Hex C2 89 60 0 1D 33 18 19 2D 39
Octal 302 211 140 0 35 63 30 31 55 71
Binary 11000010 10001001 1100000 0 11101 110011 11000 11001 101101 111001

Color Harmonies of #C28960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28960

Black with #C28960

Text Example


Text Example

White with #C28960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28960; }

 p { color: rgb(194,137,96); }

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

background-color css

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

 a { background-color: rgb(194,137,96); }

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

border-color css

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

 span { border-color: rgb(194,137,96); }

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