Html Css Color HEX #C0722A Meteor

📋 copy color: '#C0722A'

red 192 ◦ green 114 ◦ blue 42

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

Shades of Meteor #C0722A

Tints of Meteor #C0722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 55.17%
G = 32.76%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0722A (or 0xC0722A) is known color: Meteor. HEX triplet: C0, 72 and 2A. RGB value is (192,114,42). Sum of RGB (Red+Green+Blue) = 192+114+42=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0722A is #3F8DD5. Grayscale: #818181. Windows color (decimal): -4165078 or 2781888. OLE color: 2781888.

HSL color Cylindrical-coordinate representation of color #C0722A: hue angle of 28.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0722A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 42 -
CMYK 0 0.41 0.78 0.25
HSL 28.8º 0.64% 0.46% -
HSV(B) 28.8º 0.78% 0.75% -
XYZ 28.17 23.41 5.22 -
YUV 129.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 192 114 42 0 0.41 0.78 0.25 28.8 0.64 0.46
Hex C0 72 2A 0 29 4E 19 1D 40 2E
Octal 300 162 52 0 51 116 31 35 100 56
Binary 11000000 1110010 101010 0 101001 1001110 11001 11101 1000000 101110

Color Harmonies of #C0722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0722A

Black with #C0722A

Text Example


Text Example

White with #C0722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0722A; }

 p { color: rgb(192,114,42); }

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

background-color css

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

 a { background-color: rgb(192,114,42); }

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

border-color css

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

 span { border-color: rgb(192,114,42); }

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