Html Css Color HEX #C47430 Meteor

📋 copy color: '#C47430'

red 196 ◦ green 116 ◦ blue 48

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

Shades of Meteor #C47430

Tints of Meteor #C47430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 54.44%
G = 32.22%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C47430 (or 0xC47430) is known color: Meteor. HEX triplet: C4, 74 and 30. RGB value is (196,116,48). Sum of RGB (Red+Green+Blue) = 196+116+48=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C47430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47430 is #3B8BCF. Grayscale: #848484. Windows color (decimal): -3902416 or 3175620. OLE color: 3175620.

HSL color Cylindrical-coordinate representation of color #C47430: hue angle of 27.57º 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 #C47430 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 48 -
CMYK 0 0.41 0.76 0.23
HSL 27.57º 0.61% 0.48% -
HSV(B) 27.57º 0.76% 0.77% -
XYZ 29.54 24.44 5.96 -
YUV 132.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 196 116 48 0 0.41 0.76 0.23 27.57 0.61 0.48
Hex C4 74 30 0 29 4C 17 1C 3D 30
Octal 304 164 60 0 51 114 27 34 75 60
Binary 11000100 1110100 110000 0 101001 1001100 10111 11100 111101 110000

Color Harmonies of #C47430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47430

Black with #C47430

Text Example


Text Example

White with #C47430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47430; }

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

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

background-color css

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

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

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

border-color css

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

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

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