Html Css Color HEX #C47030 Meteor

📋 copy color: '#C47030'

red 196 ◦ green 112 ◦ blue 48

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

Shades of Meteor #C47030

Tints of Meteor #C47030

RGB

 RED value IS 196 (76.95% from 255) = 55.06%

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

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

R = 55.06%
G = 31.46%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C47030 (or 0xC47030) is known color: Meteor. HEX triplet: C4, 70 and 30. RGB value is (196,112,48). Sum of RGB (Red+Green+Blue) = 196+112+48=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C47030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47030 is #3B8FCF. Grayscale: #828282. Windows color (decimal): -3903440 or 3174596. OLE color: 3174596.

HSL color Cylindrical-coordinate representation of color #C47030: hue angle of 25.95º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C47030 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 48 -
CMYK 0 0.43 0.76 0.23
HSL 25.95º 0.61% 0.48% -
HSV(B) 25.95º 0.76% 0.77% -
XYZ 29.09 23.54 5.81 -
YUV 129.82 81.83 175.2 -
System Red Green Blue C M Y K H S L
Decimal 196 112 48 0 0.43 0.76 0.23 25.95 0.61 0.48
Hex C4 70 30 0 2B 4C 17 1A 3D 30
Octal 304 160 60 0 53 114 27 32 75 60
Binary 11000100 1110000 110000 0 101011 1001100 10111 11010 111101 110000

Color Harmonies of #C47030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47030

Black with #C47030

Text Example


Text Example

White with #C47030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47030; }

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

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

background-color css

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

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

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

border-color css

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

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

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