Html Css Color HEX #C28C53 Twine

📋 copy color: '#C28C53'

red 194 ◦ green 140 ◦ blue 83

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

Shades of Twine #C28C53

Tints of Twine #C28C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.9%

R = 46.52%
G = 33.57%
B = 19.9%

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

#C28C53 (or 0xC28C53) is known color: Twine. HEX triplet: C2, 8C and 53. RGB value is (194,140,83). Sum of RGB (Red+Green+Blue) = 194+140+83=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C53 is #3D73AC. Grayscale: #959595. Windows color (decimal): -4027309 or 5475522. OLE color: 5475522.

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

Color convert

RGB 194 140 83 -
CMYK 0 0.28 0.57 0.24
HSL 30.81º 0.48% 0.54% -
HSV(B) 30.81º 0.57% 0.76% -
XYZ 33.19 30.85 12.39 -
YUV 149.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 194 140 83 0 0.28 0.57 0.24 30.81 0.48 0.54
Hex C2 8C 53 0 1C 39 18 1F 30 36
Octal 302 214 123 0 34 71 30 37 60 66
Binary 11000010 10001100 1010011 0 11100 111001 11000 11111 110000 110110

Color Harmonies of #C28C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C53

Black with #C28C53

Text Example


Text Example

White with #C28C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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