Html Css Color HEX #C07335 Meteor

📋 copy color: '#C07335'

red 192 ◦ green 115 ◦ blue 53

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

Shades of Meteor #C07335

Tints of Meteor #C07335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 53.33%
G = 31.94%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C07335 (or 0xC07335) is known color: Meteor. HEX triplet: C0, 73 and 35. RGB value is (192,115,53). Sum of RGB (Red+Green+Blue) = 192+115+53=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07335 is #3F8CCA. Grayscale: #838383. Windows color (decimal): -4164811 or 3503040. OLE color: 3503040.

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

Color convert

RGB 192 115 53 -
CMYK 0 0.40 0.72 0.25
HSL 26.76º 0.57% 0.48% -
HSV(B) 26.76º 0.72% 0.75% -
XYZ 28.51 23.72 6.44 -
YUV 130.96 84.01 171.54 -
System Red Green Blue C M Y K H S L
Decimal 192 115 53 0 0.40 0.72 0.25 26.76 0.57 0.48
Hex C0 73 35 0 28 48 19 1B 39 30
Octal 300 163 65 0 50 110 31 33 71 60
Binary 11000000 1110011 110101 0 101000 1001000 11001 11011 111001 110000

Color Harmonies of #C07335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07335

Black with #C07335

Text Example


Text Example

White with #C07335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07335; }

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

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

background-color css

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

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

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

border-color css

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

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

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