Html Css Color HEX #C99852 Twine

📋 copy color: '#C99852'

red 201 ◦ green 152 ◦ blue 82

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

Shades of Twine #C99852

Tints of Twine #C99852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.85%

R = 46.21%
G = 34.94%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C99852 (or 0xC99852) is known color: Twine. HEX triplet: C9, 98 and 52. RGB value is (201,152,82). Sum of RGB (Red+Green+Blue) = 201+152+82=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C99852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99852 is #3667AD. Grayscale: #9F9F9F. Windows color (decimal): -3565486 or 5413065. OLE color: 5413065.

HSL color Cylindrical-coordinate representation of color #C99852: hue angle of 35.29º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C99852 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 82 -
CMYK 0 0.24 0.59 0.21
HSL 35.29º 0.52% 0.55% -
HSV(B) 35.29º 0.59% 0.79% -
XYZ 36.84 35.48 12.89 -
YUV 158.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 201 152 82 0 0.24 0.59 0.21 35.29 0.52 0.55
Hex C9 98 52 0 18 3B 15 23 34 37
Octal 311 230 122 0 30 73 25 43 64 67
Binary 11001001 10011000 1010010 0 11000 111011 10101 100011 110100 110111

Color Harmonies of #C99852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99852

Black with #C99852

Text Example


Text Example

White with #C99852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99852; }

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

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

background-color css

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

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

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

border-color css

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

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

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