Html Css Color HEX #C4712A Meteor

📋 copy color: '#C4712A'

red 196 ◦ green 113 ◦ blue 42

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

Shades of Meteor #C4712A

Tints of Meteor #C4712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

 BLUE value IS 42 (16.8% from 255) = 11.97%

R = 55.84%
G = 32.19%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4712A (or 0xC4712A) is known color: Meteor. HEX triplet: C4, 71 and 2A. RGB value is (196,113,42). Sum of RGB (Red+Green+Blue) = 196+113+42=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4712A is #3B8ED5. Grayscale: #828282. Windows color (decimal): -3903190 or 2781636. OLE color: 2781636.

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

Color convert

RGB 196 113 42 -
CMYK 0 0.42 0.79 0.23
HSL 27.66º 0.65% 0.47% -
HSV(B) 27.66º 0.79% 0.77% -
XYZ 29.09 23.71 5.23 -
YUV 129.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 196 113 42 0 0.42 0.79 0.23 27.66 0.65 0.47
Hex C4 71 2A 0 2A 4F 17 1C 41 2F
Octal 304 161 52 0 52 117 27 34 101 57
Binary 11000100 1110001 101010 0 101010 1001111 10111 11100 1000001 101111

Color Harmonies of #C4712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4712A

Black with #C4712A

Text Example


Text Example

White with #C4712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4712A; }

 p { color: rgb(196,113,42); }

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

background-color css

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

 a { background-color: rgb(196,113,42); }

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

border-color css

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

 span { border-color: rgb(196,113,42); }

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