Html Css Color HEX #C28A50 Twine

📋 copy color: '#C28A50'

red 194 ◦ green 138 ◦ blue 80

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

Shades of Twine #C28A50

Tints of Twine #C28A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 80 (31.64% from 255) = 19.42%

R = 47.09%
G = 33.5%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C28A50 (or 0xC28A50) is known color: Twine. HEX triplet: C2, 8A and 50. RGB value is (194,138,80). Sum of RGB (Red+Green+Blue) = 194+138+80=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A50 is #3D75AF. Grayscale: #949494. Windows color (decimal): -4027824 or 5278402. OLE color: 5278402.

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

Color convert

RGB 194 138 80 -
CMYK 0 0.29 0.59 0.24
HSL 30.53º 0.48% 0.54% -
HSV(B) 30.53º 0.59% 0.76% -
XYZ 32.78 30.23 11.7 -
YUV 148.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 194 138 80 0 0.29 0.59 0.24 30.53 0.48 0.54
Hex C2 8A 50 0 1D 3B 18 1F 30 36
Octal 302 212 120 0 35 73 30 37 60 66
Binary 11000010 10001010 1010000 0 11101 111011 11000 11111 110000 110110

Color Harmonies of #C28A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A50

Black with #C28A50

Text Example


Text Example

White with #C28A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A50; }

 p { color: rgb(194,138,80); }

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

background-color css

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

 a { background-color: rgb(194,138,80); }

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

border-color css

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

 span { border-color: rgb(194,138,80); }

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