Html Css Color HEX #C99554 Twine

📋 copy color: '#C99554'

red 201 ◦ green 149 ◦ blue 84

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

Shades of Twine #C99554

Tints of Twine #C99554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.35%

R = 46.31%
G = 34.33%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C99554 (or 0xC99554) is known color: Twine. HEX triplet: C9, 95 and 54. RGB value is (201,149,84). Sum of RGB (Red+Green+Blue) = 201+149+84=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C99554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99554 is #366AAB. Grayscale: #9D9D9D. Windows color (decimal): -3566252 or 5543369. OLE color: 5543369.

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

Color convert

RGB 201 149 84 -
CMYK 0 0.26 0.58 0.21
HSL 33.33º 0.52% 0.56% -
HSV(B) 33.33º 0.58% 0.79% -
XYZ 36.44 34.55 13.14 -
YUV 157.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 201 149 84 0 0.26 0.58 0.21 33.33 0.52 0.56
Hex C9 95 54 0 1A 3A 15 21 34 38
Octal 311 225 124 0 32 72 25 41 64 70
Binary 11001001 10010101 1010100 0 11010 111010 10101 100001 110100 111000

Color Harmonies of #C99554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99554

Black with #C99554

Text Example


Text Example

White with #C99554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99554; }

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

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

background-color css

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

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

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

border-color css

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

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

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