Html Css Color HEX #C37030 Meteor

📋 copy color: '#C37030'

red 195 ◦ green 112 ◦ blue 48

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

Shades of Meteor #C37030

Tints of Meteor #C37030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.52%

R = 54.93%
G = 31.55%
B = 13.52%

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

#C37030 (or 0xC37030) is known color: Meteor. HEX triplet: C3, 70 and 30. RGB value is (195,112,48). Sum of RGB (Red+Green+Blue) = 195+112+48=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C37030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37030 is #3C8FCF. Grayscale: #818181. Windows color (decimal): -3968976 or 3174595. OLE color: 3174595.

HSL color Cylindrical-coordinate representation of color #C37030: hue angle of 26.12º 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 #C37030 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 48 -
CMYK 0 0.43 0.75 0.24
HSL 26.12º 0.6% 0.48% -
HSV(B) 26.12º 0.75% 0.76% -
XYZ 28.83 23.4 5.79 -
YUV 129.52 82 174.7 -
System Red Green Blue C M Y K H S L
Decimal 195 112 48 0 0.43 0.75 0.24 26.12 0.6 0.48
Hex C3 70 30 0 2B 4B 18 1A 3C 30
Octal 303 160 60 0 53 113 30 32 74 60
Binary 11000011 1110000 110000 0 101011 1001011 11000 11010 111100 110000

Color Harmonies of #C37030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37030

Black with #C37030

Text Example


Text Example

White with #C37030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37030; }

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

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

background-color css

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

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

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

border-color css

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

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

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