Html Css Color HEX #C07830 Meteor

📋 copy color: '#C07830'

red 192 ◦ green 120 ◦ blue 48

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

Shades of Meteor #C07830

Tints of Meteor #C07830

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 48 (19.14% from 255) = 13.33%

R = 53.33%
G = 33.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C07830 (or 0xC07830) is known color: Meteor. HEX triplet: C0, 78 and 30. RGB value is (192,120,48). Sum of RGB (Red+Green+Blue) = 192+120+48=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07830 is #3F87CF. Grayscale: #858585. Windows color (decimal): -4163536 or 3176640. OLE color: 3176640.

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

Color convert

RGB 192 120 48 -
CMYK 0 0.38 0.75 0.25
HSL 30º 0.6% 0.47% -
HSV(B) 30º 0.75% 0.75% -
XYZ 28.99 24.85 6.07 -
YUV 133.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 192 120 48 0 0.38 0.75 0.25 30 0.6 0.47
Hex C0 78 30 0 26 4B 19 1E 3C 2F
Octal 300 170 60 0 46 113 31 36 74 57
Binary 11000000 1111000 110000 0 100110 1001011 11001 11110 111100 101111

Color Harmonies of #C07830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07830

Black with #C07830

Text Example


Text Example

White with #C07830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07830; }

 p { color: rgb(192,120,48); }

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

background-color css

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

 a { background-color: rgb(192,120,48); }

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

border-color css

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

 span { border-color: rgb(192,120,48); }

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