Html Css Color HEX #C99550 Twine

📋 copy color: '#C99550'

red 201 ◦ green 149 ◦ blue 80

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

Shades of Twine #C99550

Tints of Twine #C99550

RGB

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

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

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

R = 46.74%
G = 34.65%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C99550 (or 0xC99550) is known color: Twine. HEX triplet: C9, 95 and 50. RGB value is (201,149,80). Sum of RGB (Red+Green+Blue) = 201+149+80=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C99550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99550 is #366AAF. Grayscale: #9D9D9D. Windows color (decimal): -3566256 or 5281225. OLE color: 5281225.

HSL color Cylindrical-coordinate representation of color #C99550: hue angle of 34.21º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C99550 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 80 -
CMYK 0 0.26 0.60 0.21
HSL 34.21º 0.53% 0.55% -
HSV(B) 34.21º 0.6% 0.79% -
XYZ 36.28 34.49 12.33 -
YUV 156.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 201 149 80 0 0.26 0.60 0.21 34.21 0.53 0.55
Hex C9 95 50 0 1A 3C 15 22 35 37
Octal 311 225 120 0 32 74 25 42 65 67
Binary 11001001 10010101 1010000 0 11010 111100 10101 100010 110101 110111

Color Harmonies of #C99550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99550

Black with #C99550

Text Example


Text Example

White with #C99550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99550; }

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

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

background-color css

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

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

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

border-color css

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

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

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