Html Css Color HEX #C28D57 Twine

📋 copy color: '#C28D57'

red 194 ◦ green 141 ◦ blue 87

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

Shades of Twine #C28D57

Tints of Twine #C28D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.62%

R = 45.97%
G = 33.41%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C28D57 (or 0xC28D57) is known color: Twine. HEX triplet: C2, 8D and 57. RGB value is (194,141,87). Sum of RGB (Red+Green+Blue) = 194+141+87=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D57 is #3D72A8. Grayscale: #969696. Windows color (decimal): -4027049 or 5737922. OLE color: 5737922.

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

Color convert

RGB 194 141 87 -
CMYK 0 0.27 0.55 0.24
HSL 30.28º 0.47% 0.55% -
HSV(B) 30.28º 0.55% 0.76% -
XYZ 33.49 31.21 13.28 -
YUV 150.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 194 141 87 0 0.27 0.55 0.24 30.28 0.47 0.55
Hex C2 8D 57 0 1B 37 18 1E 2F 37
Octal 302 215 127 0 33 67 30 36 57 67
Binary 11000010 10001101 1010111 0 11011 110111 11000 11110 101111 110111

Color Harmonies of #C28D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D57

Black with #C28D57

Text Example


Text Example

White with #C28D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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