Html Css Color HEX #C07630 Meteor

📋 copy color: '#C07630'

red 192 ◦ green 118 ◦ blue 48

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

Shades of Meteor #C07630

Tints of Meteor #C07630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 53.63%
G = 32.96%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C07630 (or 0xC07630) is known color: Meteor. HEX triplet: C0, 76 and 30. RGB value is (192,118,48). Sum of RGB (Red+Green+Blue) = 192+118+48=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C07630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07630 is #3F89CF. Grayscale: #848484. Windows color (decimal): -4164048 or 3176128. OLE color: 3176128.

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

Color convert

RGB 192 118 48 -
CMYK 0 0.39 0.75 0.25
HSL 29.17º 0.6% 0.47% -
HSV(B) 29.17º 0.75% 0.75% -
XYZ 28.75 24.38 5.99 -
YUV 132.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 192 118 48 0 0.39 0.75 0.25 29.17 0.6 0.47
Hex C0 76 30 0 27 4B 19 1D 3C 2F
Octal 300 166 60 0 47 113 31 35 74 57
Binary 11000000 1110110 110000 0 100111 1001011 11001 11101 111100 101111

Color Harmonies of #C07630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07630

Black with #C07630

Text Example


Text Example

White with #C07630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07630; }

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

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

background-color css

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

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

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

border-color css

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

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

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