Html Css Color HEX #C0752D Meteor

📋 copy color: '#C0752D'

red 192 ◦ green 117 ◦ blue 45

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

Shades of Meteor #C0752D

Tints of Meteor #C0752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

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

R = 54.24%
G = 33.05%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0752D (or 0xC0752D) is known color: Meteor. HEX triplet: C0, 75 and 2D. RGB value is (192,117,45). Sum of RGB (Red+Green+Blue) = 192+117+45=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0752D is #3F8AD2. Grayscale: #838383. Windows color (decimal): -4164307 or 2979264. OLE color: 2979264.

HSL color Cylindrical-coordinate representation of color #C0752D: hue angle of 29.39º 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 #C0752D is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 45 -
CMYK 0 0.39 0.77 0.25
HSL 29.39º 0.62% 0.46% -
HSV(B) 29.39º 0.77% 0.75% -
XYZ 28.57 24.12 5.63 -
YUV 131.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 192 117 45 0 0.39 0.77 0.25 29.39 0.62 0.46
Hex C0 75 2D 0 27 4D 19 1D 3E 2E
Octal 300 165 55 0 47 115 31 35 76 56
Binary 11000000 1110101 101101 0 100111 1001101 11001 11101 111110 101110

Color Harmonies of #C0752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0752D

Black with #C0752D

Text Example


Text Example

White with #C0752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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