Html Css Color HEX #C27930 Meteor

📋 copy color: '#C27930'

red 194 ◦ green 121 ◦ blue 48

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

Shades of Meteor #C27930

Tints of Meteor #C27930

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

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

R = 53.44%
G = 33.33%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C27930 (or 0xC27930) is known color: Meteor. HEX triplet: C2, 79 and 30. RGB value is (194,121,48). Sum of RGB (Red+Green+Blue) = 194+121+48=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C27930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27930 is #3D86CF. Grayscale: #868686. Windows color (decimal): -4032208 or 3176898. OLE color: 3176898.

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

Color convert

RGB 194 121 48 -
CMYK 0 0.38 0.75 0.24
HSL 30º 0.6% 0.47% -
HSV(B) 30º 0.75% 0.76% -
XYZ 29.62 25.36 6.13 -
YUV 134.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 194 121 48 0 0.38 0.75 0.24 30 0.6 0.47
Hex C2 79 30 0 26 4B 18 1E 3C 2F
Octal 302 171 60 0 46 113 30 36 74 57
Binary 11000010 1111001 110000 0 100110 1001011 11000 11110 111100 101111

Color Harmonies of #C27930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27930

Black with #C27930

Text Example


Text Example

White with #C27930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27930; }

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

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

background-color css

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

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

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

border-color css

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

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

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