Html Css Color HEX #C4742B Meteor

📋 copy color: '#C4742B'

red 196 ◦ green 116 ◦ blue 43

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

Shades of Meteor #C4742B

Tints of Meteor #C4742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 55.21%
G = 32.68%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4742B (or 0xC4742B) is known color: Meteor. HEX triplet: C4, 74 and 2B. RGB value is (196,116,43). Sum of RGB (Red+Green+Blue) = 196+116+43=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4742B is #3B8BD4. Grayscale: #838383. Windows color (decimal): -3902421 or 2847940. OLE color: 2847940.

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

Color convert

RGB 196 116 43 -
CMYK 0 0.41 0.78 0.23
HSL 28.63º 0.64% 0.47% -
HSV(B) 28.63º 0.78% 0.77% -
XYZ 29.45 24.4 5.44 -
YUV 131.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 196 116 43 0 0.41 0.78 0.23 28.63 0.64 0.47
Hex C4 74 2B 0 29 4E 17 1D 40 2F
Octal 304 164 53 0 51 116 27 35 100 57
Binary 11000100 1110100 101011 0 101001 1001110 10111 11101 1000000 101111

Color Harmonies of #C4742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4742B

Black with #C4742B

Text Example


Text Example

White with #C4742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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