Html Css Color HEX #C2712D Meteor

📋 copy color: '#C2712D'

red 194 ◦ green 113 ◦ blue 45

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

Shades of Meteor #C2712D

Tints of Meteor #C2712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 55.11%
G = 32.1%
B = 12.78%

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

#C2712D (or 0xC2712D) is known color: Meteor. HEX triplet: C2, 71 and 2D. RGB value is (194,113,45). Sum of RGB (Red+Green+Blue) = 194+113+45=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2712D is #3D8ED2. Grayscale: #818181. Windows color (decimal): -4034259 or 2978242. OLE color: 2978242.

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

Color convert

RGB 194 113 45 -
CMYK 0 0.42 0.77 0.24
HSL 27.38º 0.62% 0.47% -
HSV(B) 27.38º 0.77% 0.76% -
XYZ 28.63 23.47 5.5 -
YUV 129.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 194 113 45 0 0.42 0.77 0.24 27.38 0.62 0.47
Hex C2 71 2D 0 2A 4D 18 1B 3E 2F
Octal 302 161 55 0 52 115 30 33 76 57
Binary 11000010 1110001 101101 0 101010 1001101 11000 11011 111110 101111

Color Harmonies of #C2712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2712D

Black with #C2712D

Text Example


Text Example

White with #C2712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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