Html Css Color HEX #C37031 Meteor

📋 copy color: '#C37031'

red 195 ◦ green 112 ◦ blue 49

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

Shades of Meteor #C37031

Tints of Meteor #C37031

RGB

 RED value IS 195 (76.56% from 255) = 54.78%

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 54.78%
G = 31.46%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C37031 (or 0xC37031) is known color: Meteor. HEX triplet: C3, 70 and 31. RGB value is (195,112,49). Sum of RGB (Red+Green+Blue) = 195+112+49=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C37031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37031 is #3C8FCE. Grayscale: #818181. Windows color (decimal): -3968975 or 3240131. OLE color: 3240131.

HSL color Cylindrical-coordinate representation of color #C37031: hue angle of 25.89º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C37031 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 49 -
CMYK 0 0.43 0.75 0.24
HSL 25.89º 0.6% 0.48% -
HSV(B) 25.89º 0.75% 0.76% -
XYZ 28.85 23.41 5.9 -
YUV 129.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 195 112 49 0 0.43 0.75 0.24 25.89 0.6 0.48
Hex C3 70 31 0 2B 4B 18 1A 3C 30
Octal 303 160 61 0 53 113 30 32 74 60
Binary 11000011 1110000 110001 0 101011 1001011 11000 11010 111100 110000

Color Harmonies of #C37031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37031

Black with #C37031

Text Example


Text Example

White with #C37031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37031; }

 p { color: rgb(195,112,49); }

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

background-color css

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

 a { background-color: rgb(195,112,49); }

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

border-color css

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

 span { border-color: rgb(195,112,49); }

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