Html Css Color HEX #C99958 Twine

📋 copy color: '#C99958'

red 201 ◦ green 153 ◦ blue 88

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

Shades of Twine #C99958

Tints of Twine #C99958

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.62%

 BLUE value IS 88 (34.77% from 255) = 19.91%

R = 45.48%
G = 34.62%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C99958 (or 0xC99958) is known color: Twine. HEX triplet: C9, 99 and 58. RGB value is (201,153,88). Sum of RGB (Red+Green+Blue) = 201+153+88=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C99958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99958 is #3666A7. Grayscale: #A0A0A0. Windows color (decimal): -3565224 or 5806537. OLE color: 5806537.

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

Color convert

RGB 201 153 88 -
CMYK 0 0.24 0.56 0.21
HSL 34.51º 0.51% 0.57% -
HSV(B) 34.51º 0.56% 0.79% -
XYZ 37.24 35.9 14.2 -
YUV 159.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 201 153 88 0 0.24 0.56 0.21 34.51 0.51 0.57
Hex C9 99 58 0 18 38 15 23 33 39
Octal 311 231 130 0 30 70 25 43 63 71
Binary 11001001 10011001 1011000 0 11000 111000 10101 100011 110011 111001

Color Harmonies of #C99958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99958

Black with #C99958

Text Example


Text Example

White with #C99958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99958; }

 p { color: rgb(201,153,88); }

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

background-color css

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

 a { background-color: rgb(201,153,88); }

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

border-color css

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

 span { border-color: rgb(201,153,88); }

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