Html Css Color HEX #C28C5D Twine

📋 copy color: '#C28C5D'

red 194 ◦ green 140 ◦ blue 93

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

Shades of Twine #C28C5D

Tints of Twine #C28C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 45.43%
G = 32.79%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C28C5D (or 0xC28C5D) is known color: Twine. HEX triplet: C2, 8C and 5D. RGB value is (194,140,93). Sum of RGB (Red+Green+Blue) = 194+140+93=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C5D is #3D73A2. Grayscale: #979797. Windows color (decimal): -4027299 or 6130882. OLE color: 6130882.

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

Color convert

RGB 194 140 93 -
CMYK 0 0.28 0.52 0.24
HSL 27.92º 0.45% 0.56% -
HSV(B) 27.92º 0.52% 0.76% -
XYZ 33.6 31.02 14.57 -
YUV 150.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 194 140 93 0 0.28 0.52 0.24 27.92 0.45 0.56
Hex C2 8C 5D 0 1C 34 18 1C 2D 38
Octal 302 214 135 0 34 64 30 34 55 70
Binary 11000010 10001100 1011101 0 11100 110100 11000 11100 101101 111000

Color Harmonies of #C28C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C5D

Black with #C28C5D

Text Example


Text Example

White with #C28C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C5D; }

 p { color: rgb(194,140,93); }

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

background-color css

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

 a { background-color: rgb(194,140,93); }

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

border-color css

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

 span { border-color: rgb(194,140,93); }

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