Html Css Color HEX #C1752E Meteor

📋 copy color: '#C1752E'

red 193 ◦ green 117 ◦ blue 46

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

Shades of Meteor #C1752E

Tints of Meteor #C1752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

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

R = 54.21%
G = 32.87%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1752E (or 0xC1752E) is known color: Meteor. HEX triplet: C1, 75 and 2E. RGB value is (193,117,46). Sum of RGB (Red+Green+Blue) = 193+117+46=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1752E is #3E8AD1. Grayscale: #838383. Windows color (decimal): -4098770 or 3044801. OLE color: 3044801.

HSL color Cylindrical-coordinate representation of color #C1752E: hue angle of 28.98º 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 #C1752E is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 117 46 -
CMYK 0 0.39 0.76 0.24
HSL 28.98º 0.62% 0.47% -
HSV(B) 28.98º 0.76% 0.76% -
XYZ 28.85 24.26 5.75 -
YUV 131.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 193 117 46 0 0.39 0.76 0.24 28.98 0.62 0.47
Hex C1 75 2E 0 27 4C 18 1D 3E 2F
Octal 301 165 56 0 47 114 30 35 76 57
Binary 11000001 1110101 101110 0 100111 1001100 11000 11101 111110 101111

Color Harmonies of #C1752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1752E

Black with #C1752E

Text Example


Text Example

White with #C1752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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