Html Css Color HEX #C07C35 Meteor

📋 copy color: '#C07C35'

red 192 ◦ green 124 ◦ blue 53

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

Shades of Meteor #C07C35

Tints of Meteor #C07C35

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 53 (21.09% from 255) = 14.36%

R = 52.03%
G = 33.6%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C07C35 (or 0xC07C35) is known color: Meteor. HEX triplet: C0, 7C and 35. RGB value is (192,124,53). Sum of RGB (Red+Green+Blue) = 192+124+53=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C35 is #3F83CA. Grayscale: #888888. Windows color (decimal): -4162507 or 3505344. OLE color: 3505344.

HSL color Cylindrical-coordinate representation of color #C07C35: hue angle of 30.65º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C07C35 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 53 -
CMYK 0 0.35 0.72 0.25
HSL 30.65º 0.57% 0.48% -
HSV(B) 30.65º 0.72% 0.75% -
XYZ 29.59 25.88 6.8 -
YUV 136.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 192 124 53 0 0.35 0.72 0.25 30.65 0.57 0.48
Hex C0 7C 35 0 23 48 19 1F 39 30
Octal 300 174 65 0 43 110 31 37 71 60
Binary 11000000 1111100 110101 0 100011 1001000 11001 11111 111001 110000

Color Harmonies of #C07C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C35

Black with #C07C35

Text Example


Text Example

White with #C07C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C35; }

 p { color: rgb(192,124,53); }

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

background-color css

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

 a { background-color: rgb(192,124,53); }

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

border-color css

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

 span { border-color: rgb(192,124,53); }

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