Html Css Color HEX #C0762E Meteor

📋 copy color: '#C0762E'

red 192 ◦ green 118 ◦ blue 46

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

Shades of Meteor #C0762E

Tints of Meteor #C0762E

RGB

 RED value IS 192 (75.39% from 255) = 53.93%

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 53.93%
G = 33.15%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0762E (or 0xC0762E) is known color: Meteor. HEX triplet: C0, 76 and 2E. RGB value is (192,118,46). Sum of RGB (Red+Green+Blue) = 192+118+46=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0762E is #3F89D1. Grayscale: #848484. Windows color (decimal): -4164050 or 3045056. OLE color: 3045056.

HSL color Cylindrical-coordinate representation of color #C0762E: hue angle of 29.59º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0762E is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 46 -
CMYK 0 0.39 0.76 0.25
HSL 29.59º 0.61% 0.47% -
HSV(B) 29.59º 0.76% 0.75% -
XYZ 28.71 24.36 5.77 -
YUV 131.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 192 118 46 0 0.39 0.76 0.25 29.59 0.61 0.47
Hex C0 76 2E 0 27 4C 19 1E 3D 2F
Octal 300 166 56 0 47 114 31 36 75 57
Binary 11000000 1110110 101110 0 100111 1001100 11001 11110 111101 101111

Color Harmonies of #C0762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0762E

Black with #C0762E

Text Example


Text Example

White with #C0762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0762E; }

 p { color: rgb(192,118,46); }

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

background-color css

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

 a { background-color: rgb(192,118,46); }

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

border-color css

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

 span { border-color: rgb(192,118,46); }

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