Html Css Color HEX #C99058 Twine

📋 copy color: '#C99058'

red 201 ◦ green 144 ◦ blue 88

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

Shades of Twine #C99058

Tints of Twine #C99058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.26%

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

R = 46.42%
G = 33.26%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C99058 (or 0xC99058) is known color: Twine. HEX triplet: C9, 90 and 58. RGB value is (201,144,88). Sum of RGB (Red+Green+Blue) = 201+144+88=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C99058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99058 is #366FA7. Grayscale: #9A9A9A. Windows color (decimal): -3567528 or 5804233. OLE color: 5804233.

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

Color convert

RGB 201 144 88 -
CMYK 0 0.28 0.56 0.21
HSL 29.73º 0.51% 0.57% -
HSV(B) 29.73º 0.56% 0.79% -
XYZ 35.82 33.07 13.73 -
YUV 154.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 201 144 88 0 0.28 0.56 0.21 29.73 0.51 0.57
Hex C9 90 58 0 1C 38 15 1E 33 39
Octal 311 220 130 0 34 70 25 36 63 71
Binary 11001001 10010000 1011000 0 11100 111000 10101 11110 110011 111001

Color Harmonies of #C99058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99058

Black with #C99058

Text Example


Text Example

White with #C99058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99058; }

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

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

background-color css

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

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

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

border-color css

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

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

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