Html Css Color HEX #C4742E Meteor

📋 copy color: '#C4742E'

red 196 ◦ green 116 ◦ blue 46

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

Shades of Meteor #C4742E

Tints of Meteor #C4742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 54.75%
G = 32.4%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4742E (or 0xC4742E) is known color: Meteor. HEX triplet: C4, 74 and 2E. RGB value is (196,116,46). Sum of RGB (Red+Green+Blue) = 196+116+46=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4742E is #3B8BD1. Grayscale: #848484. Windows color (decimal): -3902418 or 3044548. OLE color: 3044548.

HSL color Cylindrical-coordinate representation of color #C4742E: hue angle of 28º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4742E is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 46 -
CMYK 0 0.41 0.77 0.23
HSL 28º 0.62% 0.47% -
HSV(B) 28º 0.77% 0.77% -
XYZ 29.5 24.42 5.74 -
YUV 131.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 196 116 46 0 0.41 0.77 0.23 28 0.62 0.47
Hex C4 74 2E 0 29 4D 17 1C 3E 2F
Octal 304 164 56 0 51 115 27 34 76 57
Binary 11000100 1110100 101110 0 101001 1001101 10111 11100 111110 101111

Color Harmonies of #C4742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4742E

Black with #C4742E

Text Example


Text Example

White with #C4742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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