Html Css Color HEX #C27130 Meteor

📋 copy color: '#C27130'

red 194 ◦ green 113 ◦ blue 48

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

Shades of Meteor #C27130

Tints of Meteor #C27130

RGB

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

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

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

R = 54.65%
G = 31.83%
B = 13.52%

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

#C27130 (or 0xC27130) is known color: Meteor. HEX triplet: C2, 71 and 30. RGB value is (194,113,48). Sum of RGB (Red+Green+Blue) = 194+113+48=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C27130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27130 is #3D8ECF. Grayscale: #828282. Windows color (decimal): -4034256 or 3174850. OLE color: 3174850.

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

Color convert

RGB 194 113 48 -
CMYK 0 0.42 0.75 0.24
HSL 26.71º 0.6% 0.47% -
HSV(B) 26.71º 0.75% 0.76% -
XYZ 28.69 23.49 5.82 -
YUV 129.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 194 113 48 0 0.42 0.75 0.24 26.71 0.6 0.47
Hex C2 71 30 0 2A 4B 18 1B 3C 2F
Octal 302 161 60 0 52 113 30 33 74 57
Binary 11000010 1110001 110000 0 101010 1001011 11000 11011 111100 101111

Color Harmonies of #C27130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27130

Black with #C27130

Text Example


Text Example

White with #C27130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27130; }

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

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

background-color css

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

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

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

border-color css

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

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

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