Html Css Color HEX #C0702D Meteor

📋 copy color: '#C0702D'

red 192 ◦ green 112 ◦ blue 45

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

Shades of Meteor #C0702D

Tints of Meteor #C0702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 55.01%
G = 32.09%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0702D (or 0xC0702D) is known color: Meteor. HEX triplet: C0, 70 and 2D. RGB value is (192,112,45). Sum of RGB (Red+Green+Blue) = 192+112+45=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0702D is #3F8FD2. Grayscale: #808080. Windows color (decimal): -4165587 or 2977984. OLE color: 2977984.

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

Color convert

RGB 192 112 45 -
CMYK 0 0.42 0.77 0.25
HSL 27.35º 0.62% 0.46% -
HSV(B) 27.35º 0.77% 0.75% -
XYZ 28.01 22.98 5.44 -
YUV 128.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 192 112 45 0 0.42 0.77 0.25 27.35 0.62 0.46
Hex C0 70 2D 0 2A 4D 19 1B 3E 2E
Octal 300 160 55 0 52 115 31 33 76 56
Binary 11000000 1110000 101101 0 101010 1001101 11001 11011 111110 101110

Color Harmonies of #C0702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0702D

Black with #C0702D

Text Example


Text Example

White with #C0702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0702D; }

 p { color: rgb(192,112,45); }

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

background-color css

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

 a { background-color: rgb(192,112,45); }

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

border-color css

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

 span { border-color: rgb(192,112,45); }

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