Html Css Color HEX #C1702C Meteor

📋 copy color: '#C1702C'

red 193 ◦ green 112 ◦ blue 44

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

Shades of Meteor #C1702C

Tints of Meteor #C1702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 55.3%
G = 32.09%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1702C (or 0xC1702C) is known color: Meteor. HEX triplet: C1, 70 and 2C. RGB value is (193,112,44). Sum of RGB (Red+Green+Blue) = 193+112+44=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1702C is #3E8FD3. Grayscale: #808080. Windows color (decimal): -4100052 or 2912449. OLE color: 2912449.

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

Color convert

RGB 193 112 44 -
CMYK 0 0.42 0.77 0.24
HSL 27.38º 0.63% 0.46% -
HSV(B) 27.38º 0.77% 0.76% -
XYZ 28.24 23.11 5.35 -
YUV 128.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 193 112 44 0 0.42 0.77 0.24 27.38 0.63 0.46
Hex C1 70 2C 0 2A 4D 18 1B 3F 2E
Octal 301 160 54 0 52 115 30 33 77 56
Binary 11000001 1110000 101100 0 101010 1001101 11000 11011 111111 101110

Color Harmonies of #C1702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1702C

Black with #C1702C

Text Example


Text Example

White with #C1702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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