Html Css Color HEX #C3782E Meteor

📋 copy color: '#C3782E'

red 195 ◦ green 120 ◦ blue 46

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

Shades of Meteor #C3782E

Tints of Meteor #C3782E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 54.02%
G = 33.24%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3782E (or 0xC3782E) is known color: Meteor. HEX triplet: C3, 78 and 2E. RGB value is (195,120,46). Sum of RGB (Red+Green+Blue) = 195+120+46=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3782E is #3C87D1. Grayscale: #868686. Windows color (decimal): -3966930 or 3045571. OLE color: 3045571.

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

Color convert

RGB 195 120 46 -
CMYK 0 0.38 0.76 0.24
HSL 29.8º 0.62% 0.47% -
HSV(B) 29.8º 0.76% 0.76% -
XYZ 29.72 25.23 5.89 -
YUV 133.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 195 120 46 0 0.38 0.76 0.24 29.8 0.62 0.47
Hex C3 78 2E 0 26 4C 18 1E 3E 2F
Octal 303 170 56 0 46 114 30 36 76 57
Binary 11000011 1111000 101110 0 100110 1001100 11000 11110 111110 101111

Color Harmonies of #C3782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3782E

Black with #C3782E

Text Example


Text Example

White with #C3782E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3782E; }

 p { color: rgb(195,120,46); }

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

background-color css

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

 a { background-color: rgb(195,120,46); }

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

border-color css

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

 span { border-color: rgb(195,120,46); }

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