Html Css Color HEX #C99655 Twine

📋 copy color: '#C99655'

red 201 ◦ green 150 ◦ blue 85

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

Shades of Twine #C99655

Tints of Twine #C99655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.4%

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

R = 46.1%
G = 34.4%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C99655 (or 0xC99655) is known color: Twine. HEX triplet: C9, 96 and 55. RGB value is (201,150,85). Sum of RGB (Red+Green+Blue) = 201+150+85=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C99655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99655 is #3669AA. Grayscale: #9E9E9E. Windows color (decimal): -3565995 or 5609161. OLE color: 5609161.

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

Color convert

RGB 201 150 85 -
CMYK 0 0.25 0.58 0.21
HSL 33.62º 0.52% 0.56% -
HSV(B) 33.62º 0.58% 0.79% -
XYZ 36.63 34.89 13.4 -
YUV 157.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 201 150 85 0 0.25 0.58 0.21 33.62 0.52 0.56
Hex C9 96 55 0 19 3A 15 22 34 38
Octal 311 226 125 0 31 72 25 42 64 70
Binary 11001001 10010110 1010101 0 11001 111010 10101 100010 110100 111000

Color Harmonies of #C99655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99655

Black with #C99655

Text Example


Text Example

White with #C99655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99655; }

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

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

background-color css

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

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

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

border-color css

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

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

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