Html Css Color HEX #C28C57 Twine

📋 copy color: '#C28C57'

red 194 ◦ green 140 ◦ blue 87

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

Shades of Twine #C28C57

Tints of Twine #C28C57

RGB

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

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

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

R = 46.08%
G = 33.25%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C28C57 (or 0xC28C57) is known color: Twine. HEX triplet: C2, 8C and 57. RGB value is (194,140,87). Sum of RGB (Red+Green+Blue) = 194+140+87=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C57 is #3D73A8. Grayscale: #969696. Windows color (decimal): -4027305 or 5737666. OLE color: 5737666.

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

Color convert

RGB 194 140 87 -
CMYK 0 0.28 0.55 0.24
HSL 29.72º 0.47% 0.55% -
HSV(B) 29.72º 0.55% 0.76% -
XYZ 33.35 30.91 13.23 -
YUV 150.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 194 140 87 0 0.28 0.55 0.24 29.72 0.47 0.55
Hex C2 8C 57 0 1C 37 18 1E 2F 37
Octal 302 214 127 0 34 67 30 36 57 67
Binary 11000010 10001100 1010111 0 11100 110111 11000 11110 101111 110111

Color Harmonies of #C28C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C57

Black with #C28C57

Text Example


Text Example

White with #C28C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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