Html Css Color HEX #C1772E Meteor

📋 copy color: '#C1772E'

red 193 ◦ green 119 ◦ blue 46

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

Shades of Meteor #C1772E

Tints of Meteor #C1772E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 53.91%
G = 33.24%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1772E (or 0xC1772E) is known color: Meteor. HEX triplet: C1, 77 and 2E. RGB value is (193,119,46). Sum of RGB (Red+Green+Blue) = 193+119+46=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1772E is #3E88D1. Grayscale: #858585. Windows color (decimal): -4098258 or 3045313. OLE color: 3045313.

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

Color convert

RGB 193 119 46 -
CMYK 0 0.38 0.76 0.24
HSL 29.8º 0.62% 0.47% -
HSV(B) 29.8º 0.76% 0.76% -
XYZ 29.08 24.73 5.83 -
YUV 132.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 193 119 46 0 0.38 0.76 0.24 29.8 0.62 0.47
Hex C1 77 2E 0 26 4C 18 1E 3E 2F
Octal 301 167 56 0 46 114 30 36 76 57
Binary 11000001 1110111 101110 0 100110 1001100 11000 11110 111110 101111

Color Harmonies of #C1772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1772E

Black with #C1772E

Text Example


Text Example

White with #C1772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1772E; }

 p { color: rgb(193,119,46); }

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

background-color css

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

 a { background-color: rgb(193,119,46); }

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

border-color css

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

 span { border-color: rgb(193,119,46); }

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