Html Css Color HEX #C2742C Meteor

📋 copy color: '#C2742C'

red 194 ◦ green 116 ◦ blue 44

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

Shades of Meteor #C2742C

Tints of Meteor #C2742C

RGB

 RED value IS 194 (76.17% from 255) = 54.8%

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

 BLUE value IS 44 (17.58% from 255) = 12.43%

R = 54.8%
G = 32.77%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2742C (or 0xC2742C) is known color: Meteor. HEX triplet: C2, 74 and 2C. RGB value is (194,116,44). Sum of RGB (Red+Green+Blue) = 194+116+44=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2742C is #3D8BD3. Grayscale: #838383. Windows color (decimal): -4033492 or 2913474. OLE color: 2913474.

HSL color Cylindrical-coordinate representation of color #C2742C: hue angle of 28.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2742C is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 44 -
CMYK 0 0.40 0.77 0.24
HSL 28.8º 0.63% 0.47% -
HSV(B) 28.8º 0.77% 0.76% -
XYZ 28.95 24.14 5.52 -
YUV 131.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 194 116 44 0 0.40 0.77 0.24 28.8 0.63 0.47
Hex C2 74 2C 0 28 4D 18 1D 3F 2F
Octal 302 164 54 0 50 115 30 35 77 57
Binary 11000010 1110100 101100 0 101000 1001101 11000 11101 111111 101111

Color Harmonies of #C2742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2742C

Black with #C2742C

Text Example


Text Example

White with #C2742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2742C; }

 p { color: rgb(194,116,44); }

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

background-color css

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

 a { background-color: rgb(194,116,44); }

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

border-color css

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

 span { border-color: rgb(194,116,44); }

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