Html Css Color HEX #C97030 Tango

📋 copy color: '#C97030'

red 201 ◦ green 112 ◦ blue 48

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

Shades of Tango #C97030

Tints of Tango #C97030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 48 (19.14% from 255) = 13.3%

R = 55.68%
G = 31.02%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C97030 (or 0xC97030) is known color: Tango. HEX triplet: C9, 70 and 30. RGB value is (201,112,48). Sum of RGB (Red+Green+Blue) = 201+112+48=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C97030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97030 is #368FCF. Grayscale: #838383. Windows color (decimal): -3575760 or 3174601. OLE color: 3174601.

HSL color Cylindrical-coordinate representation of color #C97030: hue angle of 25.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C97030 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 112 48 -
CMYK 0 0.44 0.76 0.21
HSL 25.1º 0.61% 0.49% -
HSV(B) 25.1º 0.76% 0.79% -
XYZ 30.42 24.22 5.87 -
YUV 131.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 201 112 48 0 0.44 0.76 0.21 25.1 0.61 0.49
Hex C9 70 30 0 2C 4C 15 19 3D 31
Octal 311 160 60 0 54 114 25 31 75 61
Binary 11001001 1110000 110000 0 101100 1001100 10101 11001 111101 110001

Color Harmonies of #C97030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97030

Black with #C97030

Text Example


Text Example

White with #C97030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97030; }

 p { color: rgb(201,112,48); }

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

background-color css

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

 a { background-color: rgb(201,112,48); }

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

border-color css

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

 span { border-color: rgb(201,112,48); }

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