Html Css Color HEX #C99A59 Twine

📋 copy color: '#C99A59'

red 201 ◦ green 154 ◦ blue 89

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

Shades of Twine #C99A59

Tints of Twine #C99A59

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.68%

 BLUE value IS 89 (35.16% from 255) = 20.05%

R = 45.27%
G = 34.68%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C99A59 (or 0xC99A59) is known color: Twine. HEX triplet: C9, 9A and 59. RGB value is (201,154,89). Sum of RGB (Red+Green+Blue) = 201+154+89=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A59 is #3665A6. Grayscale: #A0A0A0. Windows color (decimal): -3564967 or 5872329. OLE color: 5872329.

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

Color convert

RGB 201 154 89 -
CMYK 0 0.23 0.56 0.21
HSL 34.82º 0.51% 0.57% -
HSV(B) 34.82º 0.56% 0.79% -
XYZ 37.45 36.25 14.47 -
YUV 160.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 201 154 89 0 0.23 0.56 0.21 34.82 0.51 0.57
Hex C9 9A 59 0 17 38 15 23 33 39
Octal 311 232 131 0 27 70 25 43 63 71
Binary 11001001 10011010 1011001 0 10111 111000 10101 100011 110011 111001

Color Harmonies of #C99A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A59

Black with #C99A59

Text Example


Text Example

White with #C99A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A59; }

 p { color: rgb(201,154,89); }

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

background-color css

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

 a { background-color: rgb(201,154,89); }

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

border-color css

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

 span { border-color: rgb(201,154,89); }

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