Html Css Color HEX #C99453 Twine

📋 copy color: '#C99453'

red 201 ◦ green 148 ◦ blue 83

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

Shades of Twine #C99453

Tints of Twine #C99453

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

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

R = 46.53%
G = 34.26%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C99453 (or 0xC99453) is known color: Twine. HEX triplet: C9, 94 and 53. RGB value is (201,148,83). Sum of RGB (Red+Green+Blue) = 201+148+83=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C99453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99453 is #366BAC. Grayscale: #9C9C9C. Windows color (decimal): -3566509 or 5477577. OLE color: 5477577.

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

Color convert

RGB 201 148 83 -
CMYK 0 0.26 0.59 0.21
HSL 33.05º 0.52% 0.56% -
HSV(B) 33.05º 0.59% 0.79% -
XYZ 36.24 34.22 12.88 -
YUV 156.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 201 148 83 0 0.26 0.59 0.21 33.05 0.52 0.56
Hex C9 94 53 0 1A 3B 15 21 34 38
Octal 311 224 123 0 32 73 25 41 64 70
Binary 11001001 10010100 1010011 0 11010 111011 10101 100001 110100 111000

Color Harmonies of #C99453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99453

Black with #C99453

Text Example


Text Example

White with #C99453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99453; }

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

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

background-color css

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

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

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

border-color css

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

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

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