Html Css Color HEX #C99258 Twine

📋 copy color: '#C99258'

red 201 ◦ green 146 ◦ blue 88

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

Shades of Twine #C99258

Tints of Twine #C99258

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.56%

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

R = 46.21%
G = 33.56%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C99258 (or 0xC99258) is known color: Twine. HEX triplet: C9, 92 and 58. RGB value is (201,146,88). Sum of RGB (Red+Green+Blue) = 201+146+88=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C99258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99258 is #366DA7. Grayscale: #9C9C9C. Windows color (decimal): -3567016 or 5804745. OLE color: 5804745.

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

Color convert

RGB 201 146 88 -
CMYK 0 0.27 0.56 0.21
HSL 30.8º 0.51% 0.57% -
HSV(B) 30.8º 0.56% 0.79% -
XYZ 36.13 33.68 13.83 -
YUV 155.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 201 146 88 0 0.27 0.56 0.21 30.8 0.51 0.57
Hex C9 92 58 0 1B 38 15 1F 33 39
Octal 311 222 130 0 33 70 25 37 63 71
Binary 11001001 10010010 1011000 0 11011 111000 10101 11111 110011 111001

Color Harmonies of #C99258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99258

Black with #C99258

Text Example


Text Example

White with #C99258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99258; }

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

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

background-color css

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

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

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

border-color css

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

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

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