Html Css Color HEX #C99858 Twine

📋 copy color: '#C99858'

red 201 ◦ green 152 ◦ blue 88

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

Shades of Twine #C99858

Tints of Twine #C99858

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.47%

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

R = 45.58%
G = 34.47%
B = 19.95%

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

#C99858 (or 0xC99858) is known color: Twine. HEX triplet: C9, 98 and 58. RGB value is (201,152,88). Sum of RGB (Red+Green+Blue) = 201+152+88=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C99858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99858 is #3667A7. Grayscale: #9F9F9F. Windows color (decimal): -3565480 or 5806281. OLE color: 5806281.

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

Color convert

RGB 201 152 88 -
CMYK 0 0.24 0.56 0.21
HSL 33.98º 0.51% 0.57% -
HSV(B) 33.98º 0.56% 0.79% -
XYZ 37.08 35.58 14.15 -
YUV 159.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 201 152 88 0 0.24 0.56 0.21 33.98 0.51 0.57
Hex C9 98 58 0 18 38 15 22 33 39
Octal 311 230 130 0 30 70 25 42 63 71
Binary 11001001 10011000 1011000 0 11000 111000 10101 100010 110011 111001

Color Harmonies of #C99858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99858

Black with #C99858

Text Example


Text Example

White with #C99858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99858; }

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

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

background-color css

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

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

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

border-color css

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

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

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