Html Css Color HEX #C07733 Meteor

📋 copy color: '#C07733'

red 192 ◦ green 119 ◦ blue 51

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

Shades of Meteor #C07733

Tints of Meteor #C07733

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

 BLUE value IS 51 (20.31% from 255) = 14.09%

R = 53.04%
G = 32.87%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C07733 (or 0xC07733) is known color: Meteor. HEX triplet: C0, 77 and 33. RGB value is (192,119,51). Sum of RGB (Red+Green+Blue) = 192+119+51=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C07733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07733 is #3F88CC. Grayscale: #858585. Windows color (decimal): -4163789 or 3372992. OLE color: 3372992.

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

Color convert

RGB 192 119 51 -
CMYK 0 0.38 0.73 0.25
HSL 28.94º 0.58% 0.48% -
HSV(B) 28.94º 0.73% 0.75% -
XYZ 28.93 24.64 6.36 -
YUV 133.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 192 119 51 0 0.38 0.73 0.25 28.94 0.58 0.48
Hex C0 77 33 0 26 49 19 1D 3A 30
Octal 300 167 63 0 46 111 31 35 72 60
Binary 11000000 1110111 110011 0 100110 1001001 11001 11101 111010 110000

Color Harmonies of #C07733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07733

Black with #C07733

Text Example


Text Example

White with #C07733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07733; }

 p { color: rgb(192,119,51); }

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

background-color css

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

 a { background-color: rgb(192,119,51); }

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

border-color css

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

 span { border-color: rgb(192,119,51); }

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