Html Css Color HEX #C17030 Meteor

📋 copy color: '#C17030'

red 193 ◦ green 112 ◦ blue 48

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

Shades of Meteor #C17030

Tints of Meteor #C17030

RGB

 RED value IS 193 (75.78% from 255) = 54.67%

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

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

R = 54.67%
G = 31.73%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C17030 (or 0xC17030) is known color: Meteor. HEX triplet: C1, 70 and 30. RGB value is (193,112,48). Sum of RGB (Red+Green+Blue) = 193+112+48=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C17030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17030 is #3E8FCF. Grayscale: #818181. Windows color (decimal): -4100048 or 3174593. OLE color: 3174593.

HSL color Cylindrical-coordinate representation of color #C17030: hue angle of 26.48º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C17030 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 48 -
CMYK 0 0.42 0.75 0.24
HSL 26.48º 0.6% 0.47% -
HSV(B) 26.48º 0.75% 0.76% -
XYZ 28.32 23.14 5.77 -
YUV 128.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 193 112 48 0 0.42 0.75 0.24 26.48 0.6 0.47
Hex C1 70 30 0 2A 4B 18 1A 3C 2F
Octal 301 160 60 0 52 113 30 32 74 57
Binary 11000001 1110000 110000 0 101010 1001011 11000 11010 111100 101111

Color Harmonies of #C17030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17030

Black with #C17030

Text Example


Text Example

White with #C17030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17030; }

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

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

background-color css

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

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

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

border-color css

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

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

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