Html Css Color HEX #C99555 Twine

📋 copy color: '#C99555'

red 201 ◦ green 149 ◦ blue 85

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

Shades of Twine #C99555

Tints of Twine #C99555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.54%

R = 46.21%
G = 34.25%
B = 19.54%

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

#C99555 (or 0xC99555) is known color: Twine. HEX triplet: C9, 95 and 55. RGB value is (201,149,85). Sum of RGB (Red+Green+Blue) = 201+149+85=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C99555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99555 is #366AAA. Grayscale: #9D9D9D. Windows color (decimal): -3566251 or 5608905. OLE color: 5608905.

HSL color Cylindrical-coordinate representation of color #C99555: hue angle of 33.1º 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 #C99555 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 85 -
CMYK 0 0.26 0.58 0.21
HSL 33.1º 0.52% 0.56% -
HSV(B) 33.1º 0.58% 0.79% -
XYZ 36.47 34.57 13.34 -
YUV 157.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 201 149 85 0 0.26 0.58 0.21 33.1 0.52 0.56
Hex C9 95 55 0 1A 3A 15 21 34 38
Octal 311 225 125 0 32 72 25 41 64 70
Binary 11001001 10010101 1010101 0 11010 111010 10101 100001 110100 111000

Color Harmonies of #C99555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99555

Black with #C99555

Text Example


Text Example

White with #C99555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99555; }

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

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

background-color css

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

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

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

border-color css

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

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

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