Html Css Color HEX #C99353 Twine

📋 copy color: '#C99353'

red 201 ◦ green 147 ◦ blue 83

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

Shades of Twine #C99353

Tints of Twine #C99353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.11%

 BLUE value IS 83 (32.81% from 255) = 19.26%

R = 46.64%
G = 34.11%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C99353 (or 0xC99353) is known color: Twine. HEX triplet: C9, 93 and 53. RGB value is (201,147,83). Sum of RGB (Red+Green+Blue) = 201+147+83=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C99353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99353 is #366CAC. Grayscale: #9C9C9C. Windows color (decimal): -3566765 or 5477321. OLE color: 5477321.

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

Color convert

RGB 201 147 83 -
CMYK 0 0.27 0.59 0.21
HSL 32.54º 0.52% 0.56% -
HSV(B) 32.54º 0.59% 0.79% -
XYZ 36.08 33.91 12.83 -
YUV 155.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 201 147 83 0 0.27 0.59 0.21 32.54 0.52 0.56
Hex C9 93 53 0 1B 3B 15 21 34 38
Octal 311 223 123 0 33 73 25 41 64 70
Binary 11001001 10010011 1010011 0 11011 111011 10101 100001 110100 111000

Color Harmonies of #C99353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99353

Black with #C99353

Text Example


Text Example

White with #C99353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99353; }

 p { color: rgb(201,147,83); }

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

background-color css

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

 a { background-color: rgb(201,147,83); }

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

border-color css

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

 span { border-color: rgb(201,147,83); }

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