Html Css Color HEX #C4742F Meteor

📋 copy color: '#C4742F'

red 196 ◦ green 116 ◦ blue 47

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

Shades of Meteor #C4742F

Tints of Meteor #C4742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.09%

R = 54.6%
G = 32.31%
B = 13.09%

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

#C4742F (or 0xC4742F) is known color: Meteor. HEX triplet: C4, 74 and 2F. RGB value is (196,116,47). Sum of RGB (Red+Green+Blue) = 196+116+47=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4742F is #3B8BD0. Grayscale: #848484. Windows color (decimal): -3902417 or 3110084. OLE color: 3110084.

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

Color convert

RGB 196 116 47 -
CMYK 0 0.41 0.76 0.23
HSL 27.79º 0.61% 0.48% -
HSV(B) 27.79º 0.76% 0.77% -
XYZ 29.52 24.43 5.85 -
YUV 132.05 80 173.61 -
System Red Green Blue C M Y K H S L
Decimal 196 116 47 0 0.41 0.76 0.23 27.79 0.61 0.48
Hex C4 74 2F 0 29 4C 17 1C 3D 30
Octal 304 164 57 0 51 114 27 34 75 60
Binary 11000100 1110100 101111 0 101001 1001100 10111 11100 111101 110000

Color Harmonies of #C4742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4742F

Black with #C4742F

Text Example


Text Example

White with #C4742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4742F; }

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

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

background-color css

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

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

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

border-color css

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

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

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