Html Css Color HEX #C99750 Twine

📋 copy color: '#C99750'

red 201 ◦ green 151 ◦ blue 80

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

Shades of Twine #C99750

Tints of Twine #C99750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.95%

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 46.53%
G = 34.95%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C99750 (or 0xC99750) is known color: Twine. HEX triplet: C9, 97 and 50. RGB value is (201,151,80). Sum of RGB (Red+Green+Blue) = 201+151+80=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C99750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99750 is #3668AF. Grayscale: #9E9E9E. Windows color (decimal): -3565744 or 5281737. OLE color: 5281737.

HSL color Cylindrical-coordinate representation of color #C99750: hue angle of 35.21º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C99750 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 80 -
CMYK 0 0.25 0.60 0.21
HSL 35.21º 0.53% 0.55% -
HSV(B) 35.21º 0.6% 0.79% -
XYZ 36.6 35.13 12.44 -
YUV 157.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 201 151 80 0 0.25 0.60 0.21 35.21 0.53 0.55
Hex C9 97 50 0 19 3C 15 23 35 37
Octal 311 227 120 0 31 74 25 43 65 67
Binary 11001001 10010111 1010000 0 11001 111100 10101 100011 110101 110111

Color Harmonies of #C99750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99750

Black with #C99750

Text Example


Text Example

White with #C99750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99750; }

 p { color: rgb(201,151,80); }

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

background-color css

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

 a { background-color: rgb(201,151,80); }

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

border-color css

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

 span { border-color: rgb(201,151,80); }

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