Html Css Color HEX #C07535 Meteor

📋 copy color: '#C07535'

red 192 ◦ green 117 ◦ blue 53

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

Shades of Meteor #C07535

Tints of Meteor #C07535

RGB

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

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

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

R = 53.04%
G = 32.32%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C07535 (or 0xC07535) is known color: Meteor. HEX triplet: C0, 75 and 35. RGB value is (192,117,53). Sum of RGB (Red+Green+Blue) = 192+117+53=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C07535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07535 is #3F8ACA. Grayscale: #848484. Windows color (decimal): -4164299 or 3503552. OLE color: 3503552.

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

Color convert

RGB 192 117 53 -
CMYK 0 0.39 0.72 0.25
HSL 27.63º 0.57% 0.48% -
HSV(B) 27.63º 0.72% 0.75% -
XYZ 28.74 24.19 6.52 -
YUV 132.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 192 117 53 0 0.39 0.72 0.25 27.63 0.57 0.48
Hex C0 75 35 0 27 48 19 1C 39 30
Octal 300 165 65 0 47 110 31 34 71 60
Binary 11000000 1110101 110101 0 100111 1001000 11001 11100 111001 110000

Color Harmonies of #C07535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07535

Black with #C07535

Text Example


Text Example

White with #C07535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07535; }

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

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

background-color css

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

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

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

border-color css

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

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

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