Html Css Color HEX #C99556 Twine

📋 copy color: '#C99556'

red 201 ◦ green 149 ◦ blue 86

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

Shades of Twine #C99556

Tints of Twine #C99556

RGB

 RED value IS 201 (78.91% from 255) = 46.1%

 GREEN value IS 149 (58.59% from 255) = 34.17%

 BLUE value IS 86 (33.98% from 255) = 19.72%

R = 46.1%
G = 34.17%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C99556 (or 0xC99556) is known color: Twine. HEX triplet: C9, 95 and 56. RGB value is (201,149,86). Sum of RGB (Red+Green+Blue) = 201+149+86=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C99556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99556 is #366AA9. Grayscale: #9D9D9D. Windows color (decimal): -3566250 or 5674441. OLE color: 5674441.

HSL color Cylindrical-coordinate representation of color #C99556: hue angle of 32.87º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C99556 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 86 -
CMYK 0 0.26 0.57 0.21
HSL 32.87º 0.52% 0.56% -
HSV(B) 32.87º 0.57% 0.79% -
XYZ 36.51 34.58 13.56 -
YUV 157.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 201 149 86 0 0.26 0.57 0.21 32.87 0.52 0.56
Hex C9 95 56 0 1A 39 15 21 34 38
Octal 311 225 126 0 32 71 25 41 64 70
Binary 11001001 10010101 1010110 0 11010 111001 10101 100001 110100 111000

Color Harmonies of #C99556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99556

Black with #C99556

Text Example


Text Example

White with #C99556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99556; }

 p { color: rgb(201,149,86); }

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

background-color css

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

 a { background-color: rgb(201,149,86); }

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

border-color css

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

 span { border-color: rgb(201,149,86); }

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