Html Css Color HEX #C27128 Meteor

📋 copy color: '#C27128'

red 194 ◦ green 113 ◦ blue 40

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

Shades of Meteor #C27128

Tints of Meteor #C27128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 55.91%
G = 32.56%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C27128 (or 0xC27128) is known color: Meteor. HEX triplet: C2, 71 and 28. RGB value is (194,113,40). Sum of RGB (Red+Green+Blue) = 194+113+40=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C27128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27128 is #3D8ED7. Grayscale: #818181. Windows color (decimal): -4034264 or 2650562. OLE color: 2650562.

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

Color convert

RGB 194 113 40 -
CMYK 0 0.42 0.79 0.24
HSL 28.44º 0.66% 0.46% -
HSV(B) 28.44º 0.79% 0.76% -
XYZ 28.54 23.43 5.03 -
YUV 128.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 194 113 40 0 0.42 0.79 0.24 28.44 0.66 0.46
Hex C2 71 28 0 2A 4F 18 1C 42 2E
Octal 302 161 50 0 52 117 30 34 102 56
Binary 11000010 1110001 101000 0 101010 1001111 11000 11100 1000010 101110

Color Harmonies of #C27128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27128

Black with #C27128

Text Example


Text Example

White with #C27128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27128; }

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

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

background-color css

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

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

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

border-color css

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

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

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