Html Css Color HEX #C5782D Meteor

📋 copy color: '#C5782D'

red 197 ◦ green 120 ◦ blue 45

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

Shades of Meteor #C5782D

Tints of Meteor #C5782D

RGB

 RED value IS 197 (77.34% from 255) = 54.42%

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

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 54.42%
G = 33.15%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5782D (or 0xC5782D) is known color: Meteor. HEX triplet: C5, 78 and 2D. RGB value is (197,120,45). Sum of RGB (Red+Green+Blue) = 197+120+45=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5782D is #3A87D2. Grayscale: #868686. Windows color (decimal): -3835859 or 2980037. OLE color: 2980037.

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

Color convert

RGB 197 120 45 -
CMYK 0 0.39 0.77 0.23
HSL 29.61º 0.63% 0.47% -
HSV(B) 29.61º 0.77% 0.77% -
XYZ 30.22 25.49 5.81 -
YUV 134.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 197 120 45 0 0.39 0.77 0.23 29.61 0.63 0.47
Hex C5 78 2D 0 27 4D 17 1E 3F 2F
Octal 305 170 55 0 47 115 27 36 77 57
Binary 11000101 1111000 101101 0 100111 1001101 10111 11110 111111 101111

Color Harmonies of #C5782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5782D

Black with #C5782D

Text Example


Text Example

White with #C5782D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5782D; }

 p { color: rgb(197,120,45); }

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

background-color css

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

 a { background-color: rgb(197,120,45); }

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

border-color css

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

 span { border-color: rgb(197,120,45); }

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