Html Css Color HEX #C99755 Twine

📋 copy color: '#C99755'

red 201 ◦ green 151 ◦ blue 85

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

Shades of Twine #C99755

Tints of Twine #C99755

RGB

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

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

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

R = 46%
G = 34.55%
B = 19.45%

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

#C99755 (or 0xC99755) is known color: Twine. HEX triplet: C9, 97 and 55. RGB value is (201,151,85). Sum of RGB (Red+Green+Blue) = 201+151+85=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C99755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99755 is #3668AA. Grayscale: #9E9E9E. Windows color (decimal): -3565739 or 5609417. OLE color: 5609417.

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

Color convert

RGB 201 151 85 -
CMYK 0 0.25 0.58 0.21
HSL 34.14º 0.52% 0.56% -
HSV(B) 34.14º 0.58% 0.79% -
XYZ 36.79 35.21 13.45 -
YUV 158.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 201 151 85 0 0.25 0.58 0.21 34.14 0.52 0.56
Hex C9 97 55 0 19 3A 15 22 34 38
Octal 311 227 125 0 31 72 25 42 64 70
Binary 11001001 10010111 1010101 0 11001 111010 10101 100010 110100 111000

Color Harmonies of #C99755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99755

Black with #C99755

Text Example


Text Example

White with #C99755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99755; }

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

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

background-color css

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

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

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

border-color css

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

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

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