Html Css Color HEX #C28C54 Twine

📋 copy color: '#C28C54'

red 194 ◦ green 140 ◦ blue 84

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

Shades of Twine #C28C54

Tints of Twine #C28C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.1%

R = 46.41%
G = 33.49%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C28C54 (or 0xC28C54) is known color: Twine. HEX triplet: C2, 8C and 54. RGB value is (194,140,84). Sum of RGB (Red+Green+Blue) = 194+140+84=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C54 is #3D73AB. Grayscale: #969696. Windows color (decimal): -4027308 or 5541058. OLE color: 5541058.

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

Color convert

RGB 194 140 84 -
CMYK 0 0.28 0.57 0.24
HSL 30.55º 0.47% 0.55% -
HSV(B) 30.55º 0.57% 0.76% -
XYZ 33.23 30.87 12.59 -
YUV 149.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 194 140 84 0 0.28 0.57 0.24 30.55 0.47 0.55
Hex C2 8C 54 0 1C 39 18 1F 2F 37
Octal 302 214 124 0 34 71 30 37 57 67
Binary 11000010 10001100 1010100 0 11100 111001 11000 11111 101111 110111

Color Harmonies of #C28C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C54

Black with #C28C54

Text Example


Text Example

White with #C28C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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