Html Css Color HEX #C1752B Meteor

📋 copy color: '#C1752B'

red 193 ◦ green 117 ◦ blue 43

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

Shades of Meteor #C1752B

Tints of Meteor #C1752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 54.67%
G = 33.14%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1752B (or 0xC1752B) is known color: Meteor. HEX triplet: C1, 75 and 2B. RGB value is (193,117,43). Sum of RGB (Red+Green+Blue) = 193+117+43=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1752B is #3E8AD4. Grayscale: #838383. Windows color (decimal): -4098773 or 2848193. OLE color: 2848193.

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

Color convert

RGB 193 117 43 -
CMYK 0 0.39 0.78 0.24
HSL 29.6º 0.64% 0.46% -
HSV(B) 29.6º 0.78% 0.76% -
XYZ 28.79 24.23 5.45 -
YUV 131.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 193 117 43 0 0.39 0.78 0.24 29.6 0.64 0.46
Hex C1 75 2B 0 27 4E 18 1E 40 2E
Octal 301 165 53 0 47 116 30 36 100 56
Binary 11000001 1110101 101011 0 100111 1001110 11000 11110 1000000 101110

Color Harmonies of #C1752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1752B

Black with #C1752B

Text Example


Text Example

White with #C1752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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