Html Css Color HEX #C37130 Meteor

📋 copy color: '#C37130'

red 195 ◦ green 113 ◦ blue 48

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

Shades of Meteor #C37130

Tints of Meteor #C37130

RGB

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

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

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

R = 54.78%
G = 31.74%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C37130 (or 0xC37130) is known color: Meteor. HEX triplet: C3, 71 and 30. RGB value is (195,113,48). Sum of RGB (Red+Green+Blue) = 195+113+48=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C37130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37130 is #3C8ECF. Grayscale: #828282. Windows color (decimal): -3968720 or 3174851. OLE color: 3174851.

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

Color convert

RGB 195 113 48 -
CMYK 0 0.42 0.75 0.24
HSL 26.53º 0.6% 0.48% -
HSV(B) 26.53º 0.75% 0.76% -
XYZ 28.94 23.63 5.83 -
YUV 130.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 195 113 48 0 0.42 0.75 0.24 26.53 0.6 0.48
Hex C3 71 30 0 2A 4B 18 1B 3C 30
Octal 303 161 60 0 52 113 30 33 74 60
Binary 11000011 1110001 110000 0 101010 1001011 11000 11011 111100 110000

Color Harmonies of #C37130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37130

Black with #C37130

Text Example


Text Example

White with #C37130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37130; }

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

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

background-color css

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

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

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

border-color css

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

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

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