Html Css Color HEX #C28C62 Twine

📋 copy color: '#C28C62'

red 194 ◦ green 140 ◦ blue 98

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

Shades of Twine #C28C62

Tints of Twine #C28C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.69%

R = 44.91%
G = 32.41%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C28C62 (or 0xC28C62) is known color: Twine. HEX triplet: C2, 8C and 62. RGB value is (194,140,98). Sum of RGB (Red+Green+Blue) = 194+140+98=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C62 is #3D739D. Grayscale: #979797. Windows color (decimal): -4027294 or 6458562. OLE color: 6458562.

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

Color convert

RGB 194 140 98 -
CMYK 0 0.28 0.49 0.24
HSL 26.25º 0.44% 0.57% -
HSV(B) 26.25º 0.49% 0.76% -
XYZ 33.83 31.11 15.78 -
YUV 151.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 194 140 98 0 0.28 0.49 0.24 26.25 0.44 0.57
Hex C2 8C 62 0 1C 31 18 1A 2C 39
Octal 302 214 142 0 34 61 30 32 54 71
Binary 11000010 10001100 1100010 0 11100 110001 11000 11010 101100 111001

Color Harmonies of #C28C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C62

Black with #C28C62

Text Example


Text Example

White with #C28C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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