Html Css Color HEX #C27027 Meteor

📋 copy color: '#C27027'

red 194 ◦ green 112 ◦ blue 39

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

Shades of Meteor #C27027

Tints of Meteor #C27027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 56.23%
G = 32.46%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C27027 (or 0xC27027) is known color: Meteor. HEX triplet: C2, 70 and 27. RGB value is (194,112,39). Sum of RGB (Red+Green+Blue) = 194+112+39=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C27027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27027 is #3D8FD8. Grayscale: #808080. Windows color (decimal): -4034521 or 2584770. OLE color: 2584770.

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

Color convert

RGB 194 112 39 -
CMYK 0 0.42 0.80 0.24
HSL 28.26º 0.67% 0.46% -
HSV(B) 28.26º 0.8% 0.76% -
XYZ 28.41 23.2 4.9 -
YUV 128.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 194 112 39 0 0.42 0.80 0.24 28.26 0.67 0.46
Hex C2 70 27 0 2A 50 18 1C 43 2E
Octal 302 160 47 0 52 120 30 34 103 56
Binary 11000010 1110000 100111 0 101010 1010000 11000 11100 1000011 101110

Color Harmonies of #C27027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27027

Black with #C27027

Text Example


Text Example

White with #C27027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27027; }

 p { color: rgb(194,112,39); }

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

background-color css

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

 a { background-color: rgb(194,112,39); }

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

border-color css

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

 span { border-color: rgb(194,112,39); }

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