Html Css Color HEX #C99355 Twine

📋 copy color: '#C99355'

red 201 ◦ green 147 ◦ blue 85

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

Shades of Twine #C99355

Tints of Twine #C99355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.95%

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

R = 46.42%
G = 33.95%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C99355 (or 0xC99355) is known color: Twine. HEX triplet: C9, 93 and 55. RGB value is (201,147,85). Sum of RGB (Red+Green+Blue) = 201+147+85=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C99355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99355 is #366CAA. Grayscale: #9C9C9C. Windows color (decimal): -3566763 or 5608393. OLE color: 5608393.

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

Color convert

RGB 201 147 85 -
CMYK 0 0.27 0.58 0.21
HSL 32.07º 0.52% 0.56% -
HSV(B) 32.07º 0.58% 0.79% -
XYZ 36.16 33.94 13.24 -
YUV 156.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 201 147 85 0 0.27 0.58 0.21 32.07 0.52 0.56
Hex C9 93 55 0 1B 3A 15 20 34 38
Octal 311 223 125 0 33 72 25 40 64 70
Binary 11001001 10010011 1010101 0 11011 111010 10101 100000 110100 111000

Color Harmonies of #C99355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99355

Black with #C99355

Text Example


Text Example

White with #C99355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99355; }

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

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

background-color css

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

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

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

border-color css

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

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

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