Html Css Color HEX #C28D5A Twine

📋 copy color: '#C28D5A'

red 194 ◦ green 141 ◦ blue 90

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

Shades of Twine #C28D5A

Tints of Twine #C28D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 45.65%
G = 33.18%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C28D5A (or 0xC28D5A) is known color: Twine. HEX triplet: C2, 8D and 5A. RGB value is (194,141,90). Sum of RGB (Red+Green+Blue) = 194+141+90=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D5A is #3D72A5. Grayscale: #979797. Windows color (decimal): -4027046 or 5934530. OLE color: 5934530.

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

Color convert

RGB 194 141 90 -
CMYK 0 0.27 0.54 0.24
HSL 29.42º 0.46% 0.56% -
HSV(B) 29.42º 0.54% 0.76% -
XYZ 33.62 31.26 13.93 -
YUV 151.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 194 141 90 0 0.27 0.54 0.24 29.42 0.46 0.56
Hex C2 8D 5A 0 1B 36 18 1D 2E 38
Octal 302 215 132 0 33 66 30 35 56 70
Binary 11000010 10001101 1011010 0 11011 110110 11000 11101 101110 111000

Color Harmonies of #C28D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D5A

Black with #C28D5A

Text Example


Text Example

White with #C28D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D5A; }

 p { color: rgb(194,141,90); }

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

background-color css

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

 a { background-color: rgb(194,141,90); }

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

border-color css

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

 span { border-color: rgb(194,141,90); }

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