Html Css Color HEX #C2712B Meteor

📋 copy color: '#C2712B'

red 194 ◦ green 113 ◦ blue 43

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

Shades of Meteor #C2712B

Tints of Meteor #C2712B

RGB

 RED value IS 194 (76.17% from 255) = 55.43%

 GREEN value IS 113 (44.53% from 255) = 32.29%

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

R = 55.43%
G = 32.29%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2712B (or 0xC2712B) is known color: Meteor. HEX triplet: C2, 71 and 2B. RGB value is (194,113,43). Sum of RGB (Red+Green+Blue) = 194+113+43=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2712B is #3D8ED4. Grayscale: #818181. Windows color (decimal): -4034261 or 2847170. OLE color: 2847170.

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

Color convert

RGB 194 113 43 -
CMYK 0 0.42 0.78 0.24
HSL 27.81º 0.64% 0.46% -
HSV(B) 27.81º 0.78% 0.76% -
XYZ 28.59 23.45 5.31 -
YUV 129.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 194 113 43 0 0.42 0.78 0.24 27.81 0.64 0.46
Hex C2 71 2B 0 2A 4E 18 1C 40 2E
Octal 302 161 53 0 52 116 30 34 100 56
Binary 11000010 1110001 101011 0 101010 1001110 11000 11100 1000000 101110

Color Harmonies of #C2712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2712B

Black with #C2712B

Text Example


Text Example

White with #C2712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2712B; }

 p { color: rgb(194,113,43); }

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

background-color css

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

 a { background-color: rgb(194,113,43); }

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

border-color css

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

 span { border-color: rgb(194,113,43); }

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