Html Css Color HEX #C27030 Meteor

📋 copy color: '#C27030'

red 194 ◦ green 112 ◦ blue 48

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

Shades of Meteor #C27030

Tints of Meteor #C27030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 54.8%
G = 31.64%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C27030 (or 0xC27030) is known color: Meteor. HEX triplet: C2, 70 and 30. RGB value is (194,112,48). Sum of RGB (Red+Green+Blue) = 194+112+48=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C27030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27030 is #3D8FCF. Grayscale: #818181. Windows color (decimal): -4034512 or 3174594. OLE color: 3174594.

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

Color convert

RGB 194 112 48 -
CMYK 0 0.42 0.75 0.24
HSL 26.3º 0.6% 0.47% -
HSV(B) 26.3º 0.75% 0.76% -
XYZ 28.58 23.27 5.78 -
YUV 129.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 194 112 48 0 0.42 0.75 0.24 26.3 0.6 0.47
Hex C2 70 30 0 2A 4B 18 1A 3C 2F
Octal 302 160 60 0 52 113 30 32 74 57
Binary 11000010 1110000 110000 0 101010 1001011 11000 11010 111100 101111

Color Harmonies of #C27030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27030

Black with #C27030

Text Example


Text Example

White with #C27030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27030; }

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

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

background-color css

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

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

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

border-color css

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

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

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